update deps

This commit is contained in:
nyyu 2022-12-23 20:46:34 +01:00
parent b309573c8e
commit 5cbebb8738

View file

@ -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.7
image: prom/prometheus:v2.41.0
container_name: prometheus
restart: unless-stopped
volumes:
@ -53,7 +53,7 @@ services:
- "traefik.http.routers.prometheus.rule=Host(`prometheus.${HOST_SUFFIX}`)"
- "traefik.http.routers.prometheus.entrypoints=web"
alertmanager:
image: prom/alertmanager:v0.24.0
image: prom/alertmanager:v0.25.0
container_name: alertmanager
restart: unless-stopped
volumes: