mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove dev related mount of cryptoconditions
This commit is contained in:
parent
cafbb5c944
commit
788f2f7277
@ -6,7 +6,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "27017"
|
- "27017"
|
||||||
command: mongod --replSet=bigchain-rs
|
command: mongod --replSet=bigchain-rs
|
||||||
|
|
||||||
bdb:
|
bdb:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
@ -22,7 +22,6 @@ services:
|
|||||||
- ./setup.cfg:/usr/src/app/setup.cfg
|
- ./setup.cfg:/usr/src/app/setup.cfg
|
||||||
- ./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
|
||||||
- ../cryptoconditions:/usr/src/app/cryptoconditions
|
|
||||||
environment:
|
environment:
|
||||||
BIGCHAINDB_DATABASE_BACKEND: mongodb
|
BIGCHAINDB_DATABASE_BACKEND: mongodb
|
||||||
BIGCHAINDB_DATABASE_HOST: mdb
|
BIGCHAINDB_DATABASE_HOST: mdb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user