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