mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user