forked from sigp/gossipsub-testground
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
21 lines (19 loc) · 851 Bytes
/
docker-compose.yml
File metadata and controls
21 lines (19 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
services:
grafana:
image: grafana/grafana:9.2.0
container_name: gossipsub-testground-grafana
ports:
- 13000:3000
volumes:
- ./grafana/grafana.ini:/etc/grafana/grafana.ini
- ./grafana/datasources.yml:/etc/grafana/provisioning/datasources/datasources.yml
- ./grafana/dashboards.yml:/etc/grafana/provisioning/dashboards/dashboards.yml
- ./censoring/dashboards:/var/lib/grafana/dashboards/censoring
- ./eth_consensus/dashboards:/var/lib/grafana/dashboards/eth_consensus
- ./scoring/dashboards:/var/lib/grafana/dashboards/scoring
networks:
# Connect containers to `testground-control` to access Testground-supplied containers.
# https://docs.testground.ai/runner-library/local-docker/system-overview#testground-supplied-containers
default:
name: testground-control
external: true