We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d009357 commit aecb4c1Copy full SHA for aecb4c1
monitoring/prometheus/docker-compose.yaml
@@ -29,22 +29,22 @@ services:
29
- "83:5000"
30
prometheus:
31
container_name: prometheus-svc
32
- image: prom/prometheus
+ image: prom/prometheus:v3.3.0
33
ports:
34
- "9091:9090"
35
command: --config.file=/etc/prometheus/prometheus.yaml
36
volumes:
37
- ./prometheus.yaml:/etc/prometheus/prometheus.yaml
38
grafana:
39
- image: grafana/grafana:5.0.4
+ image: grafana/grafana:11.6.1
40
41
- "3000:3000"
42
environment:
43
- GF_AUTH_BASIC_ENABLED=false
44
- GF_AUTH_ANONYMOUS_ENABLED=true
45
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
46
grafana-dashboards:
47
- image: alpine:3.10
+ image: alpine:latest
48
depends_on:
49
- grafana
50
0 commit comments