Sanitized mirror from private repository - 2026-03-11 06:48:12 UTC
Some checks failed
Documentation / Build Docusaurus (push) Failing after 8s
Documentation / Deploy to GitHub Pages (push) Has been skipped

This commit is contained in:
Gitea Mirror Bot
2026-03-11 06:48:12 +00:00
commit 7f27e8d941
1169 changed files with 299869 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Actual Budget - Personal finance
# Port: 5006
# Local-first personal budgeting app
version: "3.8"
services:
actual_server:
image: actualbudget/actual-server:latest
container_name: Actual
security_opt:
- no-new-privileges:true
healthcheck:
test: timeout 10s bash -c ':> /dev/tcp/127.0.0.1/5006' || exit 1
interval: 10s
timeout: 5s
retries: 3
start_period: 90s
ports:
- "8304:5006"
volumes:
- /volume1/docker/actual:/data:rw
restart: on-failure:5