Merge branch 'featuree/version-bumps' of github.com:oceanprotocol/barge into featuree/version-bumps

This commit is contained in:
Calina Cenan 2021-08-31 14:40:58 +03:00
commit 89d583163e
4 changed files with 9 additions and 9 deletions

2
.github/CODEOWNERS vendored
View File

@ -1 +1 @@
* @alexcos20 @kremalicious @mihaisc @ssallam
* @alexcos20 @kremalicious @mihaisc @calina-c

View File

@ -65,11 +65,11 @@ The default versions are always a combination of component versions which are co
| Component name | Required by | Version | IP Address | Ports exposed |
| -------------- | ------------------ | --------------------------------- | --------------- | ------------- |
| ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 |
| ocean-contracts | | v0.6.4 | 172.15.0.14 | |
| Aquarius | | v2.2.12 | 172.15.0.5 | 5000 -> 5000 |
| ocean-contracts | | v0.6.5 | 172.15.0.14 | |
| Aquarius | | v3.0.1 | 172.15.0.5 | 5000 -> 5000 |
| Elasticsearch | Aquarius | 6.8.3 | 172.15.0.6 | |
| Provider | | v0.4.12 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v0.4.12 | 172.15.0.7 | 8030 -> 8030 |
| Provider | | v0.4.14 | 172.15.0.4 | 8030 -> 8030 |
| Provider2 | | v0.4.14 | 172.15.0.7 | 8030 -> 8030 |
| RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 |
| GraphNode | | oceanprotocol/graph-node:latest | 172.15.0.15 | 9000 -> 8000 ,9001 -> 8001 , 9020 -> 8020, 9030 -> 8030, 9040 -> 8040 |
| Graphipfs | | ipfs/go-ipfs:v0.4.23 | 172.15.0.16 | 5001 -> 5001 |

View File

@ -29,6 +29,6 @@ services:
EVENTS_RPC: "http://172.15.0.3:8545"
EVENTS_ALLOW: "0"
RUN_EVENTS_MONITOR: "1"
RBAC_SERVER_URL: "http://localhost:3000"
RBAC_SERVER_URL: "http://172.15.0.8:3000"
volumes:
- ${OCEAN_ARTIFACTS_FOLDER}:/ocean-contracts/artifacts/

View File

@ -28,9 +28,9 @@ COMPOSE_DIR="${DIR}/compose-files"
# Default versions of Aquarius, Provider
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.12}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.12}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.4}
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v3.0.1}
export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.14}
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.6.5}
export RBAC_VERSION=${RBAC_VERSION:-next}
export PROJECT_NAME="ocean"
export FORCEPULL="false"