Add grafana install with dashboards provisioning depending on the exporters configured #1

Merged
tchivert merged 8 commits from add_grafana_compose into master 2023-03-13 16:38:00 +01:00
Showing only changes of commit b4c5bd0d54 - Show all commits

View File

@ -81,7 +81,7 @@ services:
- '--web.enable-lifecycle' - '--web.enable-lifecycle'
networks: networks:
- grafana - grafana
{% if grafana_traefik_enable is defined %} {% if prometheus_traefik_enable is defined %}
- traefik - traefik
labels: labels:
traefik.enable: true traefik.enable: true