mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
9 lines
188 B
YAML
9 lines
188 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
paisa:
|
|
image: ${PAISA_IMAGE:-ananthakumaran/paisa:latest}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${VOL_PATH:-./data}/paisa:/root/Documents/paisa/
|