From e9e0ab88cea7507eb35a49461d1466b342326b46 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 6 Jan 2023 10:04:21 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f994aaa..48510f4 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ The default versions are always a combination of component versions which are co | -------------- | ------------------ | --------------------------------- | --------------- | ------------- | | ganache | ocean-contracts | latest | 172.15.0.3 | 8545 -> 8545 | | ocean-contracts | | v1.1.8 | 172.15.0.14 | | -| Aquarius | | v4.2.0 | 172.15.0.5 | 5000 -> 5000 | -| Elasticsearch | Aquarius | 7.14.2 | 172.15.0.6 | | +| Aquarius | | v5.0.0 | 172.15.0.5 | 5000 -> 5000 | +| Elasticsearch | Aquarius | 8.5.1 | 172.15.0.6 | | | Provider | | v1.3.12 | 172.15.0.4 | 8030 -> 8030 | | Provider2 | | v1.3.12 | 172.15.0.7 | 8030 -> 8030 | | RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 | From 093888854fe09549ac2ccf55bd52ca79ca04eb2c Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Fri, 6 Jan 2023 10:04:59 +0200 Subject: [PATCH 2/2] Update start_ocean.sh --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 12675bf..2011733 100644 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -28,7 +28,7 @@ COMPOSE_DIR="${DIR}/compose-files" # Default versions of Aquarius, Provider -export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v5.0.0} export ELASTICSEARCH_VERSION=${ELASTICSEARCH_VERSION:-8.5.1} export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.12} export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}