Initial commit: Actual Budget Docker stack

This commit is contained in:
2026-03-19 18:32:01 -04:00
parent 651ab4aee0
commit f7e617a004
2 changed files with 23 additions and 0 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
# Actual Budget
# No required environment variables — defaults are fine

21
docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
name: actual
services:
actual:
# https://github.com/actualbudget/actual
# https://actualbudget.org/docs/install/docker
image: ghcr.io/actualbudget/actual:26.3.0@sha256:899cccb3877294b01c6895aa0441791372a7bdc14de273794913b85414490882
container_name: actual
restart: unless-stopped
volumes:
- /docker/appdata/actual:/data
ports:
- 5006:5006
networks:
- default
- reverse_proxy
networks:
reverse_proxy:
name: reverse_proxy
external: true