mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
minor fix ups to paisa
This commit is contained in:
@@ -4,12 +4,12 @@
|
|||||||
# Sample .env
|
# Sample .env
|
||||||
#
|
#
|
||||||
# DB_USER=bookstack
|
# DB_USER=bookstack
|
||||||
# DB_PASSWORD=ChnageThisPassword
|
# DB_PASSWORD=ChangeThisPassword
|
||||||
# APP_URL=http://localhost:8248
|
# APP_URL=http://localhost:8248
|
||||||
# APP_KEY=32CharacterKey123456789012345678
|
# APP_KEY=32CharacterKey123456789012345678
|
||||||
# NETWORKNAME=admin_web
|
# NETWORKNAME=admin_web
|
||||||
################################################################################
|
################################################################################
|
||||||
version: '2'
|
version: '3.8'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
# Paisa
|
|
||||||
|
|
||||||
url: https://paisa.fyi/
|
|
||||||
|
|
||||||
Builds on top of the ledger double entry accounting tool.
|
|
||||||
|
|
||||||
@@ -1,10 +1,23 @@
|
|||||||
|
################################################################################
|
||||||
|
# Paisa
|
||||||
|
#
|
||||||
|
# url: https://paisa.fyi/
|
||||||
|
#
|
||||||
|
# Builds on top of the ledger double entry accounting tool.
|
||||||
|
################################################################################
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
external:
|
||||||
|
name: ${NETWORKNAME:-default}
|
||||||
|
|
||||||
services:
|
services:
|
||||||
paisa:
|
paisa:
|
||||||
image: ananthakumaran/paisa:latest
|
image: ananthakumaran/paisa:latest
|
||||||
|
volumes:
|
||||||
|
- ./data/paisa:/root/Documents/paisa/
|
||||||
|
- "/etc/timezone:/etc/timezone:ro"
|
||||||
|
- "/etc/localtime:/etc/localtime:ro"
|
||||||
ports:
|
ports:
|
||||||
- "7500:7500"
|
- "7500:7500"
|
||||||
volumes:
|
|
||||||
- /home/john/Documents/paisa/:/root/Documents/paisa/
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user