localnet: expose 6060 (pprof) and 9090 (prometheus) on node0

This removes the need to do it yourself every time you want to debug a
issue or look at Prometheus graphs.
This commit is contained in:
Anton Kaliaev
2020-12-17 15:59:18 +04:00
parent ebff8a96a5
commit 2bb2af19e4
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -6,6 +6,8 @@ services:
image: "tendermint/localnode"
ports:
- "26656-26657:26656-26657"
- "6060:6060"
- "9090:9090"
environment:
- ID=0
- LOG=${LOG:-tendermint.log}