update deps
This commit is contained in:
parent
b309573c8e
commit
5cbebb8738
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue