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: backend:
ipv4_address: 172.15.0.15 ipv4_address: 172.15.0.15
depends_on: depends_on:
- keeper-contracts - mongodb
environment: environment:
KEEPER_HOST: http://parity-node
DB_HOSTNAME: mongodb DB_HOSTNAME: mongodb
LOCAL_CONTRACTS: 'true'
volumes: volumes:
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro - ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro

View File

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