This commit is contained in:
2026-08-18 06:56:00 +02:00
commit c28c98852b
16 changed files with 3552 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
fixfin:
build: .
image: fixfin:local
container_name: fixfin
restart: unless-stopped
ports:
- "3080:3000"
environment:
TZ: Europe/Berlin
DATA_FILE: /app/data/finance.json
volumes:
- /srv/docker/fixfin/data:/app/data