Renovate Bot
cce0851bc6
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/actualbudget/actual-server | minor | `24.1.0-alpine` -> `24.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: carsten/container-server#22 Co-authored-by: Renovate Bot <renovate@git.csprung.de> Co-committed-by: Renovate Bot <renovate@git.csprung.de>
15 lines
380 B
YAML
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.2.0-alpine
|
|
container_name: actualbudget
|
|
restart: "${RESTART:-no}"
|
|
hostname: money
|
|
domainname: ${BASE_DOMAIN}
|
|
volumes:
|
|
- ${BASE_DIR:-/srv}/actualbudget/data:/data
|
|
networks:
|
|
- authentik
|