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
|
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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user