upd deps
This commit is contained in:
parent
236e376231
commit
69bdcdafc6
@ -8,7 +8,7 @@ networks:
|
||||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:10.1.5
|
||||
image: grafana/grafana:10.2.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.47.2
|
||||
image: prom/prometheus:v2.48.0
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
@ -78,7 +78,7 @@ services:
|
||||
- "traefik.http.routers.alertmanager.rule=Host(`alertmanager.${HOST_SUFFIX}`)"
|
||||
- "traefik.http.routers.alertmanager.entrypoints=web"
|
||||
node-exporter:
|
||||
image: prom/node-exporter:v1.6.1
|
||||
image: prom/node-exporter:v1.7.0
|
||||
container_name: node-exporter
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user