Initial commit: Actual Budget Docker stack
This commit is contained in:
2
.env
Normal file
2
.env
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# Actual Budget
|
||||||
|
# No required environment variables — defaults are fine
|
||||||
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user