mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
7 lines
172 B
YAML
7 lines
172 B
YAML
services:
|
|
paisa:
|
|
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/
|