Files
docker-compose-cookbooks/paisa/docker-compose.yml
T
2024-07-25 12:20:36 -07:00

18 lines
506 B
YAML

################################################################################
# Paisa
#
# url: https://paisa.fyi/
#
# Builds on top of the ledger double entry accounting tool.
################################################################################
version: '3.8'
services:
paisa:
image: ananthakumaran/paisa:latest
volumes:
- ./data/paisa:/root/Documents/paisa/
- "/etc/timezone:/etc/timezone:ro"
- "/etc/localtime:/etc/localtime:ro"
ports:
- "7500:7500"