mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added firefly, tested and working
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
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