ajoute service docker-inventaire dans grafana
This commit is contained in:
@@ -16,6 +16,14 @@ services:
|
|||||||
- "--web.console.templates=/usr/share/prometheus/consoles"
|
- "--web.console.templates=/usr/share/prometheus/consoles"
|
||||||
networks:
|
networks:
|
||||||
- traefikNet
|
- traefikNet
|
||||||
|
- monitoringNet
|
||||||
|
|
||||||
|
docker-inventaire:
|
||||||
|
build: ./docker-inventaire
|
||||||
|
restart: unless-stopped
|
||||||
|
container_name: docker-inventaire
|
||||||
|
networks:
|
||||||
|
- monitoringNet
|
||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:13.2.2
|
image: grafana/grafana:13.2.2
|
||||||
@@ -46,6 +54,9 @@ networks:
|
|||||||
traefikNet:
|
traefikNet:
|
||||||
external: true
|
external: true
|
||||||
name: traefikNet
|
name: traefikNet
|
||||||
|
monitoringNet:
|
||||||
|
external: true
|
||||||
|
name: monitoringNet
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
prometheus:
|
prometheus:
|
||||||
|
|||||||
Reference in New Issue
Block a user