Paisa ready for use

This commit is contained in:
2024-08-08 22:16:45 -07:00
parent 20ac7f391d
commit af93e1c729
4 changed files with 23 additions and 13 deletions
+3 -13
View File
@@ -1,18 +1,8 @@
################################################################################
# Paisa
#
# url: https://paisa.fyi/
#
# Builds on top of the ledger double entry accounting tool.
################################################################################
version: '3.8'
services:
paisa:
image: ananthakumaran/paisa:latest
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
restart: unless-stopped
volumes:
- ./data/paisa:/root/Documents/paisa/
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
ports:
- "7500:7500"
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/