mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
added paisa
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Paisa
|
||||
|
||||
url: https://paisa.fyi/
|
||||
|
||||
Builds on top of the ledger double entry accounting tool.
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
paisa:
|
||||
image: ananthakumaran/paisa:latest
|
||||
ports:
|
||||
- "7500:7500"
|
||||
volumes:
|
||||
- /home/john/Documents/paisa/:/root/Documents/paisa/
|
||||
|
||||
Reference in New Issue
Block a user