browser needs localhost services

This commit is contained in:
Jernej Pregelj 2018-11-28 16:40:42 +01:00
parent 23ee0b14ee
commit 48f478cda8
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@ services:
depends_on:
- keeper-contracts
environment:
NODE_HOST: keeper-contracts
AQUARIUS_HOST: aquarius
BRIZO_HOST: brizo
NODE_HOST: localhost
AQUARIUS_HOST: localhost
BRIZO_HOST: localhost
LOCAL_CONTRACTS: 'true'
volumes:
- ${ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro