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
|
||||
ports:
|
||||
- "27017"
|
||||
command: mongod --replSet=bigchain-rs
|
||||
command: mongod
|
||||
|
||||
bdb:
|
||||
build:
|
||||
@ -23,7 +23,7 @@ services:
|
||||
- ./pytest.ini:/usr/src/app/pytest.ini
|
||||
- ./tox.ini:/usr/src/app/tox.ini
|
||||
environment:
|
||||
BIGCHAINDB_DATABASE_BACKEND: mongodb
|
||||
BIGCHAINDB_DATABASE_BACKEND: localmongodb
|
||||
BIGCHAINDB_DATABASE_HOST: mdb
|
||||
BIGCHAINDB_DATABASE_PORT: 27017
|
||||
BIGCHAINDB_SERVER_BIND: 0.0.0.0:9984
|
||||
|
Loading…
x
Reference in New Issue
Block a user