mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +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:
|
||||
|
||||
* [🦄 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`.
|
||||
|
||||
![Ocean Protocol Components](doc/img/ocean-components@2x.png)
|
||||
|
@ -49,8 +49,8 @@ services:
|
||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||
|
||||
provider:
|
||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
||||
aquarius:
|
||||
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||
ports:
|
||||
- 5000:5000
|
||||
networks:
|
||||
|
@ -27,8 +27,8 @@ services:
|
||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||
|
||||
provider:
|
||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
||||
aquarius:
|
||||
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||
ports:
|
||||
- 5000:5000
|
||||
networks:
|
||||
|
@ -27,8 +27,8 @@ services:
|
||||
- ${ARTIFACTS_FOLDER}:/keeper-contracts/artifacts/
|
||||
- ${GANACHE_DATABASE_PATH}/ganache-db:/ganache-db
|
||||
|
||||
provider:
|
||||
image: oceanprotocol/provider:${OCEAN_VERSION:-stable}
|
||||
aquarius:
|
||||
image: oceanprotocol/aquarius:${OCEAN_VERSION:-stable}
|
||||
ports:
|
||||
- 5000:5000
|
||||
networks:
|
||||
@ -50,7 +50,7 @@ services:
|
||||
- keeper-contracts
|
||||
environment:
|
||||
KEEPER_HOST: keeper-contracts
|
||||
OCEAN_HOST: provider
|
||||
OCEAN_HOST: aquarius
|
||||
LOCAL_CONTRACTS: 'true'
|
||||
volumes:
|
||||
- ${ARTIFACTS_FOLDER}:/pleuston/node_modules/@oceanprotocol/keeper-contracts/artifacts/:ro
|
||||
|
Loading…
Reference in New Issue
Block a user