.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.
This commit is contained in:
Max Inden
2020-03-11 18:32:47 +01:00
committed by GitHub
parent e05e494f74
commit c9c7d655f1
@@ -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