minor fix ups to paisa

This commit is contained in:
2024-03-10 11:26:07 -07:00
parent 698e4027e1
commit f9397de15b
3 changed files with 19 additions and 12 deletions
-6
View File
@@ -1,6 +0,0 @@
# Paisa
url: https://paisa.fyi/
Builds on top of the ledger double entry accounting tool.
+17 -4
View File
@@ -1,10 +1,23 @@
################################################################################
# Paisa
#
# url: https://paisa.fyi/
#
# Builds on top of the ledger double entry accounting tool.
################################################################################
version: '3.8'
networks:
default:
external:
name: ${NETWORKNAME:-default}
services:
paisa:
image: ananthakumaran/paisa:latest
ports:
- "7500:7500"
volumes:
- /home/john/Documents/paisa/:/root/Documents/paisa/
- ./data/paisa:/root/Documents/paisa/
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
ports:
- "7500:7500"