mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 10:56:23 +00:00
13 lines
378 B
YAML
13 lines
378 B
YAML
services:
|
|
firefly:
|
|
image: ${FIREFLY_IMAGE:-fireflyiii/core:latest}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${VOL_PATH:-./data}/firefly:/var/www/html/storage/upload
|
|
|
|
firefly-importer:
|
|
image: ${FIREFLY_IMPORTER_IMAGE:-fireflyiii/data-importer:latest}
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ${VOL_PATH:-./data}/firefly:/var/www/html/storage/upload
|