mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
fixed deps on tendermint and bigchaindb
This commit is contained in:
parent
0761c88791
commit
04d7b03d37
@ -1,8 +1,8 @@
|
|||||||
version: '2.1'
|
version: '2.1'
|
||||||
|
|
||||||
|
# Run: docker-compose --project-name=ocean up
|
||||||
|
|
||||||
services:
|
services:
|
||||||
# Build: docker-compose build -d bigchaindb
|
|
||||||
# Run: docker-compose run -d bdb
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:3.6
|
image: mongo:3.6
|
||||||
ports:
|
ports:
|
||||||
@ -14,7 +14,6 @@ services:
|
|||||||
bigchaindb:
|
bigchaindb:
|
||||||
depends_on:
|
depends_on:
|
||||||
- mongodb
|
- mongodb
|
||||||
- tendermint
|
|
||||||
image: bigchaindb/bigchaindb:2.0.0-beta1
|
image: bigchaindb/bigchaindb:2.0.0-beta1
|
||||||
environment:
|
environment:
|
||||||
BIGCHAINDB_DATABASE_BACKEND: localmongodb
|
BIGCHAINDB_DATABASE_BACKEND: localmongodb
|
||||||
@ -38,6 +37,8 @@ services:
|
|||||||
- backend
|
- backend
|
||||||
|
|
||||||
tendermint:
|
tendermint:
|
||||||
|
depends_on:
|
||||||
|
- bigchaindb
|
||||||
image: tendermint/tendermint:0.19.9
|
image: tendermint/tendermint:0.19.9
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./tmdata:/tendermint
|
# - ./tmdata:/tendermint
|
||||||
|
Loading…
x
Reference in New Issue
Block a user