mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-12-02 05:57:21 +01:00
provider is now aquarius
This commit is contained in:
parent
87c5d4567a
commit
d7c3db61a5
@ -49,8 +49,8 @@ services:
|
|||||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||||
|
|
||||||
provider:
|
aquarius:
|
||||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
networks:
|
networks:
|
||||||
|
@ -27,8 +27,8 @@ services:
|
|||||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||||
|
|
||||||
provider:
|
aquarius:
|
||||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
networks:
|
networks:
|
||||||
|
@ -27,8 +27,8 @@ services:
|
|||||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||||
|
|
||||||
provider:
|
aquarius:
|
||||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||||
ports:
|
ports:
|
||||||
- 5000:5000
|
- 5000:5000
|
||||||
networks:
|
networks:
|
||||||
@ -50,7 +50,7 @@ services:
|
|||||||
- keeper-contracts
|
- keeper-contracts
|
||||||
environment:
|
environment:
|
||||||
KEEPER_HOST: keeper-contracts
|
KEEPER_HOST: keeper-contracts
|
||||||
OCEAN_HOST: provider
|
OCEAN_HOST: aquarius
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user