Merge pull request #27 from oceanprotocol/feature/optional_wait_contracts

New variable to enable waiting for contracts
This commit is contained in:
Javier Cortejoso 2018-09-24 09:58:43 +02:00 committed by GitHub
commit 3cc5a21038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,8 @@ services:
- 8545:8545
networks:
- backend
environment:
LOCAL_CONTRACTS: 'true'
volumes:
- artifacts:/keeper-contracts/artifacts/
@ -31,6 +33,7 @@ services:
environment:
KEEPER_HOST: http://keeper-contracts
DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: 'true'
volumes:
- artifacts:/usr/local/keeper-contracts/:ro
@ -43,6 +46,7 @@ services:
environment:
KEEPER_HOST: keeper-contracts
OCEAN_HOST: provider
LOCAL_CONTRACTS: 'true'
volumes:
- artifacts:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro