mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
New variable to enable waiting for contracts
This commit is contained in:
parent
925b63099f
commit
8183b67ac6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user