We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b470f3 commit 0ecbedbCopy full SHA for 0ecbedb
templates/docker-compose.yml.j2
@@ -62,17 +62,16 @@ services:
62
- /etc/localtime:/etc/localtime:ro
63
- grafana_data:/var/lib/grafana
64
- ./grafana/provisioning/:/etc/grafana/provisioning/
65
- depends_on:
66
- - prometheus
67
ports:
68
- 3030:3000
69
env_file:
70
- ./grafana/config.monitoring
71
networks:
72
- back-tier
73
- front-tier
74
-{% if domain_name_enable and domain_name and domain_grafana %}
75
depends_on:
+ - prometheus
+{% if domain_name_enable and domain_name and domain_grafana %}
76
- nginx-proxy
77
environment:
78
- VIRTUAL_HOST={{ domain_grafana }}.{{ domain_name }}
0 commit comments