Skip to content

Commit aecb4c1

Browse files
upgrade prometheus and grafana to latest
1 parent d009357 commit aecb4c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

monitoring/prometheus/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@ services:
2929
- "83:5000"
3030
prometheus:
3131
container_name: prometheus-svc
32-
image: prom/prometheus
32+
image: prom/prometheus:v3.3.0
3333
ports:
3434
- "9091:9090"
3535
command: --config.file=/etc/prometheus/prometheus.yaml
3636
volumes:
3737
- ./prometheus.yaml:/etc/prometheus/prometheus.yaml
3838
grafana:
39-
image: grafana/grafana:5.0.4
39+
image: grafana/grafana:11.6.1
4040
ports:
4141
- "3000:3000"
4242
environment:
4343
- GF_AUTH_BASIC_ENABLED=false
4444
- GF_AUTH_ANONYMOUS_ENABLED=true
4545
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
4646
grafana-dashboards:
47-
image: alpine:3.10
47+
image: alpine:latest
4848
depends_on:
4949
- grafana
5050
volumes:

0 commit comments

Comments
 (0)