mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
.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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user