Skip to content

Commit 9f04d8d

Browse files
committed
Redo mon update (without Loki)
1 parent 19e38c9 commit 9f04d8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
grafana:
2222
# https://github.com/grafana/grafana/releases
23-
image: grafana/grafana:11.0.1
23+
image: grafana/grafana:11.1.0
2424
environment:
2525
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
2626
GF_USERS_ALLOW_SIGN_UP: 'false'
@@ -71,7 +71,7 @@ services:
7171

7272
prometheus:
7373
# https://github.com/prometheus/prometheus/releases
74-
image: prom/prometheus:v2.53.0
74+
image: prom/prometheus:v2.53.1
7575
volumes:
7676
- prometheus_data:/prometheus
7777
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -96,7 +96,7 @@ services:
9696

9797
node-exporter:
9898
# https://github.com/prometheus/node_exporter/releases
99-
image: prom/node-exporter:v1.8.1
99+
image: prom/node-exporter:v1.8.2
100100
networks:
101101
- app_backend
102102
volumes:

0 commit comments

Comments
 (0)