diff --git a/paisa/README.md b/paisa/README.md new file mode 100644 index 0000000..8df202d --- /dev/null +++ b/paisa/README.md @@ -0,0 +1,6 @@ +# Paisa + +url: https://paisa.fyi/ + +Builds on top of the ledger double entry accounting tool. + diff --git a/paisa/docker-compose.yml b/paisa/docker-compose.yml new file mode 100644 index 0000000..fcc563c --- /dev/null +++ b/paisa/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3.8' + +services: + paisa: + image: ananthakumaran/paisa:latest + ports: + - "7500:7500" + volumes: + - /home/john/Documents/paisa/:/root/Documents/paisa/ +