Skip to content
Snippets Groups Projects
Commit c9c7d655 authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

.maintain/sentry-node/docker-compose: Expose Prometheus endpoin… (#5196)

This patch adds the Prometheus endpoint port of validator A to the
exposed ports to access it from the host network namespace.
parent e05e494f
No related merge requests found
......@@ -26,6 +26,7 @@ services:
validator-a:
ports:
- "9944:9944"
- "9615:9615"
volumes:
- ../../target/release/substrate:/usr/local/bin/substrate
image: parity/substrate
......@@ -58,6 +59,7 @@ services:
- "--no-telemetry"
- "--rpc-cors"
- "all"
- "--prometheus-external"
sentry-a:
image: parity/substrate
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment