mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
minor fix ups to paisa
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
# Paisa
|
||||
|
||||
url: https://paisa.fyi/
|
||||
|
||||
Builds on top of the ledger double entry accounting tool.
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user