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 f3ab4e1 commit e18da2eCopy full SHA for e18da2e
1 file changed
docker-compose.yaml
@@ -1,14 +1,14 @@
1
services:
2
grafana:
3
- image: 'grafana/grafana-oss'
+ image: 'grafana/grafana-oss@sha256:5dad0df181cb644a14e13617b913b261a54f7d4fd4510721dba420929f35bea2'
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:a75c5a35bc21d7afe69551eefa3cb1e1fb1775fe759408007a66b54ec3de1f29'
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