|
@ -8,9 +8,9 @@ services: |
|
|
- "46656-46657:46656-46657" |
|
|
- "46656-46657:46656-46657" |
|
|
environment: |
|
|
environment: |
|
|
- ID=0 |
|
|
- ID=0 |
|
|
- LOG=${LOG:-tendermint.log} |
|
|
|
|
|
|
|
|
- LOG=$${LOG:-tendermint.log} |
|
|
volumes: |
|
|
volumes: |
|
|
- ${FOLDER:-./build}:/tendermint:Z |
|
|
|
|
|
|
|
|
- ./build:/tendermint:Z |
|
|
networks: |
|
|
networks: |
|
|
localnet: |
|
|
localnet: |
|
|
ipv4_address: 192.167.10.2 |
|
|
ipv4_address: 192.167.10.2 |
|
@ -22,9 +22,9 @@ services: |
|
|
- "46659-46660:46656-46657" |
|
|
- "46659-46660:46656-46657" |
|
|
environment: |
|
|
environment: |
|
|
- ID=1 |
|
|
- ID=1 |
|
|
- LOG=${LOG:-tendermint.log} |
|
|
|
|
|
|
|
|
- LOG=$${LOG:-tendermint.log} |
|
|
volumes: |
|
|
volumes: |
|
|
- ${FOLDER:-./build}:/tendermint:Z |
|
|
|
|
|
|
|
|
- ./build:/tendermint:Z |
|
|
networks: |
|
|
networks: |
|
|
localnet: |
|
|
localnet: |
|
|
ipv4_address: 192.167.10.3 |
|
|
ipv4_address: 192.167.10.3 |
|
@ -34,11 +34,11 @@ services: |
|
|
image: "tendermint/localnode" |
|
|
image: "tendermint/localnode" |
|
|
environment: |
|
|
environment: |
|
|
- ID=2 |
|
|
- ID=2 |
|
|
- LOG=${LOG:-tendermint.log} |
|
|
|
|
|
|
|
|
- LOG=$${LOG:-tendermint.log} |
|
|
ports: |
|
|
ports: |
|
|
- "46661-46662:46656-46657" |
|
|
- "46661-46662:46656-46657" |
|
|
volumes: |
|
|
volumes: |
|
|
- ${FOLDER:-./build}:/tendermint:Z |
|
|
|
|
|
|
|
|
- ./build:/tendermint:Z |
|
|
networks: |
|
|
networks: |
|
|
localnet: |
|
|
localnet: |
|
|
ipv4_address: 192.167.10.4 |
|
|
ipv4_address: 192.167.10.4 |
|
@ -48,11 +48,11 @@ services: |
|
|
image: "tendermint/localnode" |
|
|
image: "tendermint/localnode" |
|
|
environment: |
|
|
environment: |
|
|
- ID=3 |
|
|
- ID=3 |
|
|
- LOG=${LOG:-tendermint.log} |
|
|
|
|
|
|
|
|
- LOG=$${LOG:-tendermint.log} |
|
|
ports: |
|
|
ports: |
|
|
- "46663-46664:46656-46657" |
|
|
- "46663-46664:46656-46657" |
|
|
volumes: |
|
|
volumes: |
|
|
- ${FOLDER:-./build}:/tendermint:Z |
|
|
|
|
|
|
|
|
- ./build:/tendermint:Z |
|
|
networks: |
|
|
networks: |
|
|
localnet: |
|
|
localnet: |
|
|
ipv4_address: 192.167.10.5 |
|
|
ipv4_address: 192.167.10.5 |
|
|