refactored all to dev

This commit is contained in:
2025-11-26 21:48:53 -08:00
parent a8066686bc
commit f8ca733307
170 changed files with 12 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
# Paisa
## Overview
Docker Hub: https://hub.docker.com/r/ananthakumaran/paisa
Project: https://paisa.fyi/
Github: https://github.com/ananthakumaran/paisa
Proxy Port: 7500
+6
View File
@@ -0,0 +1,6 @@
services:
paisa:
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
restart: unless-stopped
volumes:
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/
+5
View File
@@ -0,0 +1,5 @@
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
VOL_PATH=./data/ #HELP: volpath
# Paisa
PAISA_IMAGE=ananthakumaran/paisa:latest