container-server/services/actualbudget/docker-compose.yml
Renovate Bot 20afa5b53f chore(deps): update ghcr.io/actualbudget/actual-server docker tag to v23.12.1 (#9)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ghcr.io/actualbudget/actual-server | minor | `23.11.0-alpine` -> `23.12.1-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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Reviewed-on: carsten/container-server#9
Co-authored-by: Renovate Bot <renovate@git.csprung.de>
Co-committed-by: Renovate Bot <renovate@git.csprung.de>
2023-12-08 20:34:16 +01:00

15 lines
381 B
YAML

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