Skip to content

Instantly share code, notes, and snippets.

@shinyfoil
Created August 14, 2020 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shinyfoil/16ca455b3a9ecf285e583a31a5a6ac00 to your computer and use it in GitHub Desktop.
Save shinyfoil/16ca455b3a9ecf285e583a31a5a6ac00 to your computer and use it in GitHub Desktop.
Substrate Telemetry
version: "3"
services:
telemetry-frontend:
image: parity/substrate-telemetry-frontend
ports:
- 3000:80
environment:
- SUBSTRATE_TELEMETRY_URL=ws://localhost:8000/feed
telemetry-backend:
image: parity/substrate-telemetry-backend
ports:
- 8000:8000
expose:
- 8000
command: -l 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment