Initial commit (I feel unsafe)

This commit is contained in:
2026-01-16 00:11:58 -08:00
commit d69daa37bf
121 changed files with 4153 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
---
services:
actual:
image: ghcr.io/actualbudget/actual
container_name: actual
pull_policy: always
restart: unless-stopped
ports:
- 127.0.0.1:${PORT}:5006
deploy:
resources:
limits:
memory: 2048M
volumes:
- type: bind
source: ${VOLUME_PATH}
target: /data
bind:
create_host_path: true
user: ${PUID}:${PGID}
healthcheck:
test: ['CMD-SHELL', 'node src/scripts/health-check.js']
interval: 60s
timeout: 10s
retries: 3
start_period: 20s