Update docker compose files for tendermint

- BigchainDB does not use --init flag anymore
- Either we use `bigchaindb init` explicitly or `bigchaindb start --no-init`
  other wise `bigchaindb start` implicitly does an init
This commit is contained in:
muawiakh 2017-12-01 15:25:48 +01:00 committed by Sylvain Bellemare
parent 043b0c17ac
commit 2f8c9d77e8
2 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ services:
TENDERMINT_HOST: tendermint-one TENDERMINT_HOST: tendermint-one
ports: ports:
- "9984" - "9984"
command: bigchaindb -l DEBUG start --init command: bigchaindb -l DEBUG start
tendermint-one: tendermint-one:
image: tendermint/tendermint image: tendermint/tendermint
volumes: volumes:
@ -67,7 +67,7 @@ services:
TENDERMINT_HOST: tendermint-two TENDERMINT_HOST: tendermint-two
ports: ports:
- "9984" - "9984"
command: bigchaindb -l DEBUG start --init command: bigchaindb -l DEBUG start
tendermint-two: tendermint-two:
image: tendermint/tendermint image: tendermint/tendermint
volumes: volumes:
@ -104,7 +104,7 @@ services:
TENDERMINT_HOST: tendermint-three TENDERMINT_HOST: tendermint-three
ports: ports:
- "9984" - "9984"
command: bigchaindb -l DEBUG start --init command: bigchaindb -l DEBUG start
tendermint-three: tendermint-three:
image: tendermint/tendermint image: tendermint/tendermint
volumes: volumes:
@ -141,7 +141,7 @@ services:
TENDERMINT_HOST: tendermint-four TENDERMINT_HOST: tendermint-four
ports: ports:
- "9984" - "9984"
command: bigchaindb -l DEBUG start --init command: bigchaindb -l DEBUG start
tendermint-four: tendermint-four:
image: tendermint/tendermint image: tendermint/tendermint
volumes: volumes:

View File

@ -29,7 +29,7 @@ services:
TENDERMINT_PORT: 46657 TENDERMINT_PORT: 46657
ports: ports:
- "9984" - "9984"
command: bigchaindb -l DEBUG start --init command: bigchaindb -l DEBUG start
tendermint: tendermint:
image: tendermint/tendermint image: tendermint/tendermint
volumes: volumes: