mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
browser needs localhost services
This commit is contained in:
parent
23ee0b14ee
commit
48f478cda8
@ -63,9 +63,9 @@ services:
|
||||
depends_on:
|
||||
- keeper-contracts
|
||||
environment:
|
||||
NODE_HOST: keeper-contracts
|
||||
AQUARIUS_HOST: aquarius
|
||||
BRIZO_HOST: brizo
|
||||
NODE_HOST: localhost
|
||||
AQUARIUS_HOST: localhost
|
||||
BRIZO_HOST: localhost
|
||||
LOCAL_CONTRACTS: 'true'
|
||||
volumes:
|
||||
- ${ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro
|
||||
|
Loading…
Reference in New Issue
Block a user