Merge pull request #66 from oceanprotocol/fix/pleuston-env

update pleuston env vars
This commit is contained in:
Jernej Pregelj 2018-11-28 11:23:48 +01:00 committed by GitHub
commit 23ee0b14ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ services:
depends_on:
- keeper-contracts
environment:
KEEPER_URL: http://keeper-contracts:8545
KEEPER_URL: http://keeper-contracts:8545
DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: "true"
volumes:
@ -63,8 +63,9 @@ services:
depends_on:
- keeper-contracts
environment:
KEEPER_HOST: keeper-contracts
OCEAN_HOST: aquarius
NODE_HOST: keeper-contracts
AQUARIUS_HOST: aquarius
BRIZO_HOST: brizo
LOCAL_CONTRACTS: 'true'
volumes:
- ${ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro