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

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `24.2.0-alpine` -> `24.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjQuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Reviewed-on: carsten/container-server#26
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2024-03-05 19:05:25 +01: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.3.0-alpine
container_name: actualbudget
restart: "${RESTART:-no}"
hostname: money
domainname: ${BASE_DOMAIN}
volumes:
- ${BASE_DIR:-/srv}/actualbudget/data:/data
networks:
- authentik