New variable to enable waiting for contracts

This commit is contained in:
Javier Cortejoso 2018-09-24 09:50:02 +02:00
parent 925b63099f
commit 8183b67ac6
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