1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

Dependencies updated

This commit is contained in:
Javier Cortejoso 2018-12-04 11:36:10 +01:00
parent 158f175690
commit f91b0e4511
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
2 changed files with 6 additions and 6 deletions

View File

@ -8,10 +8,8 @@ services:
backend:
ipv4_address: 172.15.0.15
depends_on:
- keeper-contracts
- mongodb
environment:
KEEPER_HOST: http://parity-node
DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: 'true'
volumes:
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro

View File

@ -8,10 +8,12 @@ services:
ports:
- 3000:3000
depends_on:
- keeper-contracts
- aquarius
- brizo
environment:
KEEPER_HOST: keeper-contracts
OCEAN_HOST: aquarius
# Need browser to connect to exposed ports
KEEPER_HOST: localhost
AQUARIUS_HOST: localhost
LOCAL_CONTRACTS: 'true'
volumes:
- ${ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro