Add config file to Turnilo
This commit is contained in:
parent
a2f88e29e6
commit
2dd2360b4f
|
@ -74,6 +74,9 @@ services:
|
||||||
- 9093:9090
|
- 9093:9090
|
||||||
environment:
|
environment:
|
||||||
- DRUID_BROKER_URL=http://broker:8082
|
- DRUID_BROKER_URL=http://broker:8082
|
||||||
|
- CONFIG_FILE=/config.yaml
|
||||||
|
volumes:
|
||||||
|
- ${PORTAINER_GIT_DIR}/docker/turnilo.yaml:/config.yaml
|
||||||
depends_on:
|
depends_on:
|
||||||
- broker
|
- broker
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue