mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Paisa ready for use
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
|
||||
@@ -1,18 +1,8 @@
|
||||
################################################################################
|
||||
# Paisa
|
||||
#
|
||||
# url: https://paisa.fyi/
|
||||
#
|
||||
# Builds on top of the ledger double entry accounting tool.
|
||||
################################################################################
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
paisa:
|
||||
image: ananthakumaran/paisa:latest
|
||||
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/paisa:/root/Documents/paisa/
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
ports:
|
||||
- "7500:7500"
|
||||
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
version: '3.4'
|
||||
|
||||
services:
|
||||
paisa:
|
||||
extends:
|
||||
file: ${COOKBOOK}/paisa/docker-compose.yml
|
||||
service: 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