upd deps
This commit is contained in:
parent
907f47b5eb
commit
9b44129047
1 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ networks:
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:9.5.6
|
||||
image: grafana/grafana:9.5.7
|
||||
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.45.0
|
||||
image: prom/prometheus:v2.46.0
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -114,7 +114,7 @@ services:
|
|||
# - monitoring
|
||||
cadvisor:
|
||||
# ARM image
|
||||
image: gcr.io/cadvisor/cadvisor-arm64:v0.47.1
|
||||
image: gcr.io/cadvisor/cadvisor-arm64:v0.47.2
|
||||
container_name: cadvisor
|
||||
restart: unless-stopped
|
||||
command:
|
||||
|
|
Loading…
Add table
Reference in a new issue