Add config file to Turnilo

master
Mark Veidemanis 2 years ago
parent a2f88e29e6
commit 2dd2360b4f

@ -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

Loading…
Cancel
Save