Merge pull request #35 from oceanprotocol/fix/provider-boot-fail

Fix boot of the provider
This commit is contained in:
Enrique Ruiz 2018-10-19 10:17:49 +02:00 committed by GitHub
commit 87c5d4567a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ services:
depends_on: depends_on:
- keeper-contracts - keeper-contracts
environment: environment:
KEEPER_HOST: http://keeper-contracts KEEPER_URL: http://keeper-contracts:8545
DB_HOSTNAME: mongodb DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: "true" LOCAL_CONTRACTS: "true"
volumes: volumes:

View File

@ -36,7 +36,7 @@ services:
depends_on: depends_on:
- keeper-contracts - keeper-contracts
environment: environment:
KEEPER_HOST: http://keeper-contracts KEEPER_URL: http://keeper-contracts:8545
DB_HOSTNAME: mongodb DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: "true" LOCAL_CONTRACTS: "true"
volumes: volumes: