mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-26 12:28:59 +01:00
Merge pull request #36 from oceanprotocol/feature/aquarius
Feature/aquarius
This commit is contained in:
commit
0e29c2a385
@ -73,7 +73,7 @@ Option | Description
|
|||||||
The Ocean Docker compose starts the following components:
|
The Ocean Docker compose starts the following components:
|
||||||
|
|
||||||
* [🦄 pleuston](https://github.com/oceanprotocol/pleuston). Frontend listening on port `3000`.
|
* [🦄 pleuston](https://github.com/oceanprotocol/pleuston). Frontend listening on port `3000`.
|
||||||
* [🐋 provider](https://github.com/oceanprotocol/provider). Backend listening on port `5000`.
|
* [🐋 aquarius](https://github.com/oceanprotocol/aquarius). Backend listening on port `5000`.
|
||||||
* [💧 keeper-contracts](https://github.com/oceanprotocol/keeper-contracts). RPC client listening on port `8545`.
|
* [💧 keeper-contracts](https://github.com/oceanprotocol/keeper-contracts). RPC client listening on port `8545`.
|
||||||
|
|
||||||
![Ocean Protocol Components](doc/img/ocean-components@2x.png)
|
![Ocean Protocol Components](doc/img/ocean-components@2x.png)
|
||||||
|
@ -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