We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ab4e1 commit ec6a39cCopy full SHA for ec6a39c
1 file changed
docker-compose.yaml
@@ -1,14 +1,14 @@
1
services:
2
grafana:
3
- image: 'grafana/grafana-oss'
+ image: 'grafana/grafana-oss@sha256:2d1f9ae67c1778d33e291d4c3c759cd8b650e67491f02533499eb950e075eeb5'
4
ports:
5
- "3000:3000"
6
links:
7
- prometheus
8
dns:
9
- 8.8.8.8
10
prometheus:
11
- image: 'prom/prometheus'
+ image: 'prom/prometheus@sha256:69f5241418838263316593f7274a304b095c40bcf22e57272865da91bd60a8ac'
12
volumes:
13
- ./prometheus/:/etc/prometheus/
14
command:
@@ -18,7 +18,7 @@ services:
18
19
- traffic
20
traffic:
21
- image: 'ghcr.io/grafana/github-traffic'
+ image: 'ghcr.io/grafana/github-traffic@sha256:94a9546415e019484a5d3197138148d3ffcb17842c8e852584f03a9848e6f407'
22
23
- "8001:8001"
24
env_file:
0 commit comments