Callum Waters
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
4 deletions
-
docker-compose.yml
-
networks/local/localnode/config-template.toml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
ports: |
|
|
|
- "26656-26657:26656-26657" |
|
|
|
- "6060:6060" |
|
|
|
- "9090:9090" |
|
|
|
- "27000:26660" |
|
|
|
environment: |
|
|
|
- ID=0 |
|
|
|
- LOG=${LOG:-tendermint.log} |
|
|
@ -66,5 +66,4 @@ networks: |
|
|
|
driver: default |
|
|
|
config: |
|
|
|
- |
|
|
|
subnet: 192.167.10.0/16 |
|
|
|
|
|
|
|
subnet: 192.167.10.0/16 |
|
|
@ -4,4 +4,3 @@ pprof-laddr = ":6060" |
|
|
|
|
|
|
|
[instrumentation] |
|
|
|
prometheus = true |
|
|
|
prometheus-listen-addr = ":9090" |