mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Use localmongodb
as default backend for docker-compose (#1858)
* Use `localmongodb` as default backend for docker-compose * Remove replica-set
This commit is contained in:
parent
2192003a5e
commit
b56b1d6364
@ -5,7 +5,7 @@ services:
|
|||||||
image: mongo:3.4.3
|
image: mongo:3.4.3
|
||||||
ports:
|
ports:
|
||||||
- "27017"
|
- "27017"
|
||||||
command: mongod --replSet=bigchain-rs
|
command: mongod
|
||||||
|
|
||||||
bdb:
|
bdb:
|
||||||
build:
|
build:
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
- ./pytest.ini:/usr/src/app/pytest.ini
|
- ./pytest.ini:/usr/src/app/pytest.ini
|
||||||
- ./tox.ini:/usr/src/app/tox.ini
|
- ./tox.ini:/usr/src/app/tox.ini
|
||||||
environment:
|
environment:
|
||||||
BIGCHAINDB_DATABASE_BACKEND: mongodb
|
BIGCHAINDB_DATABASE_BACKEND: localmongodb
|
||||||
BIGCHAINDB_DATABASE_HOST: mdb
|
BIGCHAINDB_DATABASE_HOST: mdb
|
||||||
BIGCHAINDB_DATABASE_PORT: 27017
|
BIGCHAINDB_DATABASE_PORT: 27017
|
||||||
BIGCHAINDB_SERVER_BIND: 0.0.0.0:9984
|
BIGCHAINDB_SERVER_BIND: 0.0.0.0:9984
|
||||||
|
Loading…
x
Reference in New Issue
Block a user