update deps
This commit is contained in:
parent
8dc2e59ec4
commit
7716d19ece
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ networks:
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:9.2.1
|
||||
image: grafana/grafana:9.2.6
|
||||
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.39.1
|
||||
image: prom/prometheus:v2.40.3
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -113,7 +113,7 @@ services:
|
|||
# - monitoring
|
||||
cadvisor:
|
||||
# ARM image
|
||||
image: gcr.io/cadvisor/cadvisor-arm:v0.45.0
|
||||
image: gcr.io/cadvisor/cadvisor-arm:v0.46.0
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
|
Loading…
Add table
Reference in a new issue