@@ -20,7 +20,7 @@ services:
20
20
21
21
grafana :
22
22
# https://github.com/grafana/grafana/releases
23
- image : grafana/grafana:11.1.0
23
+ image : grafana/grafana:11.0.1
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.1.0
45
+ image : grafana/loki:2.9.9
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.1.0
57
+ image : grafana/promtail:2.9.9
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:v2.53.1
74
+ image : prom/prometheus:v2.53.0
75
75
volumes :
76
76
- prometheus_data:/prometheus
77
77
command : --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -96,7 +96,7 @@ services:
96
96
97
97
node-exporter :
98
98
# https://github.com/prometheus/node_exporter/releases
99
- image : prom/node-exporter:v1.8.2
99
+ image : prom/node-exporter:v1.8.1
100
100
networks :
101
101
- app_backend
102
102
volumes :
0 commit comments