upd deps
This commit is contained in:
parent
169c7f364d
commit
5e7978b138
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grafana:
|
grafana:
|
||||||
image: grafana/grafana:9.5.1
|
image: grafana/grafana:9.5.2
|
||||||
container_name: grafana
|
container_name: grafana
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -28,7 +28,7 @@ services:
|
||||||
- "traefik.http.routers.grafana.rule=Host(`grafana.${HOST_SUFFIX}`)"
|
- "traefik.http.routers.grafana.rule=Host(`grafana.${HOST_SUFFIX}`)"
|
||||||
- "traefik.http.routers.grafana.entrypoints=web"
|
- "traefik.http.routers.grafana.entrypoints=web"
|
||||||
prometheus:
|
prometheus:
|
||||||
image: prom/prometheus:v2.43.0-stringlabels
|
image: prom/prometheus:v2.43.1-stringlabels
|
||||||
container_name: prometheus
|
container_name: prometheus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue