This commit is contained in:
nyyu 2023-11-18 11:28:53 +01:00
parent 236e376231
commit 69bdcdafc6

View File

@ -8,7 +8,7 @@ networks:
services:
grafana:
image: grafana/grafana:10.1.5
image: grafana/grafana:10.2.1
container_name: grafana
restart: unless-stopped
volumes:
@ -28,7 +28,7 @@ services:
- "traefik.http.routers.grafana.rule=Host(`grafana.${HOST_SUFFIX}`)"
- "traefik.http.routers.grafana.entrypoints=web"
prometheus:
image: prom/prometheus:v2.47.2
image: prom/prometheus:v2.48.0
container_name: prometheus
restart: unless-stopped
volumes:
@ -78,7 +78,7 @@ services:
- "traefik.http.routers.alertmanager.rule=Host(`alertmanager.${HOST_SUFFIX}`)"
- "traefik.http.routers.alertmanager.entrypoints=web"
node-exporter:
image: prom/node-exporter:v1.6.1
image: prom/node-exporter:v1.7.0
container_name: node-exporter
restart: unless-stopped
volumes: