Merge pull request #36 from oceanprotocol/feature/aquarius

Feature/aquarius
This commit is contained in:
Sebastian Gerske 2018-10-26 10:00:29 +02:00 committed by GitHub
commit 0e29c2a385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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:

View File

@ -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:

View File

@ -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