Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions mon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

grafana:
# https://github.com/grafana/grafana/releases
image: grafana/grafana:11.6.1
image: grafana/grafana:11.6.2
environment:
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
GF_USERS_ALLOW_SIGN_UP: 'false'
Expand All @@ -42,7 +42,7 @@ services:

loki:
# https://github.com/grafana/loki/releases
image: grafana/loki:3.5.0
image: grafana/loki:3.5.1
command: -config.file=/loki.yml
configs:
- source: loki_cfg
Expand All @@ -54,7 +54,7 @@ services:
promtail:
# https://github.com/grafana/loki/releases
# (promtail is released in parallel with loki)
image: grafana/promtail:3.5.0
image: grafana/promtail:3.5.1
command: -config.file=/promtail.yml
configs:
- source: promtail_cfg
Expand All @@ -71,7 +71,7 @@ services:

prometheus:
# https://github.com/prometheus/prometheus/releases
image: prom/prometheus:v3.4.0
image: prom/prometheus:v3.4.1
volumes:
- prometheus_data:/prometheus
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
Expand Down Expand Up @@ -110,7 +110,7 @@ services:

cadvisor:
# https://github.com/google/cadvisor/releases
image: gcr.io/cadvisor/cadvisor:v0.52.1
image: gcr.io/cadvisor/cadvisor:v0.53.0
networks:
- app_backend
volumes:
Expand Down
Loading