update deps

This commit is contained in:
nyyu 2022-12-10 09:44:58 +01:00
parent 7716d19ece
commit c73094526a

View File

@ -8,7 +8,7 @@ networks:
services:
grafana:
image: grafana/grafana:9.2.6
image: grafana/grafana:9.3.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.40.3
image: prom/prometheus:v2.40.6
container_name: prometheus
restart: unless-stopped
volumes:
@ -77,7 +77,7 @@ services:
- "traefik.http.routers.alertmanager.rule=Host(`alertmanager.${HOST_SUFFIX}`)"
- "traefik.http.routers.alertmanager.entrypoints=web"
node-exporter:
image: prom/node-exporter:v1.4.0
image: prom/node-exporter:v1.5.0
container_name: node-exporter
restart: unless-stopped
volumes:
@ -94,7 +94,7 @@ services:
networks:
- monitoring
blackbox_exporter:
image: prom/blackbox-exporter:v0.22.0
image: prom/blackbox-exporter:v0.23.0
container_name: blackbox
restart: unless-stopped
expose: