expose ws port for testnet (#428)

* expose ws port

* include jsonrpc and ws docs

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Daniel Choi
2020-08-04 17:46:41 -04:00
committed by GitHub
co-authored by Federico Kunze
parent 50a632580d
commit 18a710b552
3 changed files with 26 additions and 1 deletions
+4
View File
@@ -8,6 +8,7 @@ services:
- "26656-26657:26656-26657"
- "1317:1317"
- "8545:8545"
- "8546:8546"
environment:
- ID=0
- LOG=${LOG:-emintd.log}
@@ -25,6 +26,7 @@ services:
- "26659-26660:26656-26657"
- "1318:1317"
- "8546:8545"
- "8546:8546"
environment:
- ID=1
- LOG=${LOG:-emintd.log}
@@ -45,6 +47,7 @@ services:
- "26661-26662:26656-26657"
- "1319:1317"
- "8547:8545"
- "8546:8546"
volumes:
- ./build:/ethermint:Z
networks:
@@ -62,6 +65,7 @@ services:
- "26663-26664:26656-26657"
- "1320:1317"
- "8548:8545"
- "8546:8546"
volumes:
- ./build:/ethermint:Z
networks: