mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
043b0c17ac
commit
2f8c9d77e8
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user