upd deps
This commit is contained in:
parent
9b44129047
commit
d9facf225f
3 changed files with 6 additions and 6 deletions
|
@ -8,7 +8,7 @@ networks:
|
|||
|
||||
services:
|
||||
grafana:
|
||||
image: grafana/grafana:9.5.7
|
||||
image: grafana/grafana:10.1.2
|
||||
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.46.0
|
||||
image: prom/prometheus:v2.47.0
|
||||
container_name: prometheus
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
@ -54,7 +54,7 @@ services:
|
|||
- "traefik.http.routers.prometheus.rule=Host(`prometheus.${HOST_SUFFIX}`)"
|
||||
- "traefik.http.routers.prometheus.entrypoints=web"
|
||||
alertmanager:
|
||||
image: prom/alertmanager:v0.25.0
|
||||
image: prom/alertmanager:v0.26.0
|
||||
container_name: alertmanager
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue