From b4c5bd0d54738599c597e1ea8f0d0b159c45c53d Mon Sep 17 00:00:00 2001 From: tchivert Date: Fri, 10 Feb 2023 11:48:38 +0100 Subject: [PATCH] isolate traefik configs --- templates/compose/grafana-prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/grafana-prometheus.yml.j2 b/templates/compose/grafana-prometheus.yml.j2 index 3a85b63..e1e2e09 100644 --- a/templates/compose/grafana-prometheus.yml.j2 +++ b/templates/compose/grafana-prometheus.yml.j2 @@ -81,7 +81,7 @@ services: - '--web.enable-lifecycle' networks: - grafana -{% if grafana_traefik_enable is defined %} +{% if prometheus_traefik_enable is defined %} - traefik labels: traefik.enable: true