Merge pull request #67 from oceanprotocol/fix/pleuston-hosts

Browser needs localhost services
This commit is contained in:
Jernej Pregelj 2018-11-28 16:43:22 +01:00 committed by GitHub
commit baab74af40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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