mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
paisa:
|
||||
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/
|
||||
@@ -0,0 +1,5 @@
|
||||
COOKBOOK=/git/docker-compose-cookbooks #HELP: cookbooks
|
||||
VOL_PATH=./data/ #HELP: volpath
|
||||
|
||||
# Paisa
|
||||
PAISA_IMAGE=ananthakumaran/paisa:latest
|
||||
Reference in New Issue
Block a user