add new components image

This commit is contained in:
Matthias Kretschmann 2018-09-20 12:04:49 +02:00
parent 1df10ccdf6
commit a1429605ee
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 2 deletions

View File

@ -54,6 +54,8 @@ The Ocean Docker compose starts the following components:
* [🐋 provider](https://github.com/oceanprotocol/provider). 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)
### Versions
The version of the Ocean components can be configured setting the environment variable `OCEAN_VERSION`. By default `master` branch runs the latest stable version release, and `develop` branch runs the code generated in the `master` branch of the Ocean components. If you want to run the component's code of `develop` branch:
@ -63,8 +65,6 @@ export OCEAN_VERSION=latest
docker-compose --project-name=ocean up
```
![Ocean Docker Images](doc/img/docker-images.jpg)
## Contributing
We use GitHub as a means for maintaining and tracking issues and source code development.

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB