Add config file to Turnilo

This commit is contained in:
Mark Veidemanis 2022-09-27 08:30:28 +01:00
parent a2f88e29e6
commit 2dd2360b4f
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ services:
- 9093:9090
environment:
- DRUID_BROKER_URL=http://broker:8082
- CONFIG_FILE=/config.yaml
volumes:
- ${PORTAINER_GIT_DIR}/docker/turnilo.yaml:/config.yaml
depends_on:
- broker