File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
20
20
21
21
grafana :
22
22
# https://github.com/grafana/grafana/releases
23
- image : grafana/grafana:11.0.1
23
+ image : grafana/grafana:11.1.0
24
24
environment :
25
25
GF_SECURITY_ADMIN_PASSWORD : ${GF_SECURITY_ADMIN_PASSWORD}
26
26
GF_USERS_ALLOW_SIGN_UP : ' false'
@@ -71,7 +71,7 @@ services:
71
71
72
72
prometheus :
73
73
# https://github.com/prometheus/prometheus/releases
74
- image : prom/prometheus:v2.53.0
74
+ image : prom/prometheus:v2.53.1
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.1
99
+ image : prom/node-exporter:v1.8.2
100
100
networks :
101
101
- app_backend
102
102
volumes :
You can’t perform that action at this time.
0 commit comments