Files
docker-compose-cookbooks/firefly_dev/docker-compose.yml
T
2025-11-26 21:48:53 -08:00

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