Fix boot of the provider

This commit is contained in:
eruizgar91 2018-10-18 16:35:34 +02:00
parent 70fbca857d
commit 44d4669285
2 changed files with 2 additions and 2 deletions

View File

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

View File

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