mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Added note about running other docker tags
This commit is contained in:
parent
90e8dbe6d7
commit
36de63cd73
10
README.md
10
README.md
@ -14,6 +14,7 @@ Docker compose and tools running the complete Ocean Protocol stack
|
||||
* [Get Started](#get-started)
|
||||
- [Docker](#docker)
|
||||
* [Ocean components](#ocean-components)
|
||||
* [Ocean components versions](#ocean-components-versions)
|
||||
* [Contributing](#contributing)
|
||||
* [License](#license)
|
||||
|
||||
@ -55,6 +56,15 @@ The Ocean Docker compose starts the following components:
|
||||
* **Keeper contracts**. Listening on port **8545**.
|
||||
* **BigchainDB**. Listening on port on port **9984**.
|
||||
|
||||
## Ocean components 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:
|
||||
|
||||
```bash
|
||||
export OCEAN_VERSION=latest
|
||||
docker-compose --project-name=ocean up
|
||||
```
|
||||
|
||||
![Ocean Docker Images](doc/img/docker-images.jpg)
|
||||
|
||||
## Contributing
|
||||
|
Loading…
Reference in New Issue
Block a user