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:
vrde 2017-11-15 15:01:07 +01:00 committed by GitHub
parent 2192003a5e
commit b56b1d6364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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