Sanitized mirror from private repository - 2026-03-11 06:48:12 UTC
This commit is contained in:
22
hosts/synology/calypso/actualbudget.yml
Normal file
22
hosts/synology/calypso/actualbudget.yml
Normal 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
|
||||
Reference in New Issue
Block a user