container-server/services/actualbudget/docker-compose.yml
Renovate Bot d336d79025 chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v24.4.0 (#35)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.3.0-alpine` -> `24.4.0-alpine` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzguMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: carsten/container-server#35
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-04-04 18:02:16 +02:00

15 lines
380 B
YAML

version: '3.7'
# https://xpufx.com/posts/protecting-your-first-app-with-authentik/
services:
actualbudget:
image: ghcr.io/actualbudget/actual-server:24.4.0-alpine
container_name: actualbudget
restart: "${RESTART:-no}"
hostname: money
domainname: ${BASE_DOMAIN}
volumes:
- ${BASE_DIR:-/srv}/actualbudget/data:/data
networks:
- authentik