2023-11-01 22:16:00 +01:00
|
|
|
version: '3.7'
|
|
|
|
|
|
|
|
# https://xpufx.com/posts/protecting-your-first-app-with-authentik/
|
|
|
|
|
|
|
|
services:
|
|
|
|
actualbudget:
|
2024-05-04 02:00:23 +02:00
|
|
|
image: ghcr.io/actualbudget/actual-server:24.5.0-alpine
|
2023-11-01 22:16:00 +01:00
|
|
|
container_name: actualbudget
|
|
|
|
restart: "${RESTART:-no}"
|
|
|
|
hostname: money
|
|
|
|
domainname: ${BASE_DOMAIN}
|
|
|
|
volumes:
|
|
|
|
- ${BASE_DIR:-/srv}/actualbudget/data:/data
|
|
|
|
networks:
|
|
|
|
- authentik
|