@@ -20,7 +20,7 @@ services:
20
20
21
21
grafana :
22
22
# https://github.com/grafana/grafana/releases
23
- image : grafana/grafana:11.6.1
23
+ image : grafana/grafana:11.6.2
24
24
environment :
25
25
GF_SECURITY_ADMIN_PASSWORD : ${GF_SECURITY_ADMIN_PASSWORD}
26
26
GF_USERS_ALLOW_SIGN_UP : ' false'
@@ -42,7 +42,7 @@ services:
42
42
43
43
loki :
44
44
# https://github.com/grafana/loki/releases
45
- image : grafana/loki:3.5.0
45
+ image : grafana/loki:3.5.1
46
46
command : -config.file=/loki.yml
47
47
configs :
48
48
- source : loki_cfg
@@ -54,7 +54,7 @@ services:
54
54
promtail :
55
55
# https://github.com/grafana/loki/releases
56
56
# (promtail is released in parallel with loki)
57
- image : grafana/promtail:3.5.0
57
+ image : grafana/promtail:3.5.1
58
58
command : -config.file=/promtail.yml
59
59
configs :
60
60
- source : promtail_cfg
@@ -71,7 +71,7 @@ services:
71
71
72
72
prometheus :
73
73
# https://github.com/prometheus/prometheus/releases
74
- image : prom/prometheus:v3.4.0
74
+ image : prom/prometheus:v3.4.1
75
75
volumes :
76
76
- prometheus_data:/prometheus
77
77
command : --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -110,7 +110,7 @@ services:
110
110
111
111
cadvisor :
112
112
# https://github.com/google/cadvisor/releases
113
- image : gcr.io/cadvisor/cadvisor:v0.52.1
113
+ image : gcr.io/cadvisor/cadvisor:v0.53.0
114
114
networks :
115
115
- app_backend
116
116
volumes :
0 commit comments