refactor: rewrite paisa_dev to match template conventions

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-15 02:39:22 +00:00
co-authored by Claude Fable 5
parent f235038279
commit 40c8be5a57
4 changed files with 82 additions and 14 deletions
+19
View File
@@ -0,0 +1,19 @@
# Paisa Personal Finance Manager
services:
paisa:
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
restart: ${PAISA_RESTART:-unless-stopped}
volumes:
- ${VOL_PATH:-/data}/paisa:/root/Documents/paisa
ports:
- "${PAISA_PORT:-7500}:7500"
networks:
- proxy
networks:
proxy:
external: true