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

View File

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