Add config file to Turnilo

Mark Veidemanis 2 years ago
parent a8dbabd85e
commit c5c834da82
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

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