mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
refactor: rewrite paisa_dev to match template conventions
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user