Initial finance dashboard

This commit is contained in:
kai
2026-09-09 07:49:52 +02:00
commit 729a13bfca
6 changed files with 102 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
finance-dashboard:
build: .
container_name: finance-dashboard
restart: unless-stopped
ports:
- "8081:8080"
volumes:
- ./data:/data
mem_limit: 128m