From 6c410e1e6846f27c763f443cce4d9f7f51808d0f Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 7 Apr 2021 23:08:21 +0300 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d87e4fd..94b6b2e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ The default versions are always a combination of component versions which are co | Aquarius | Provider | Ganache | ocean-contracts | | -------- | -------- | -------- | --------------- | -| `v2.2.7` | `v0.4.9` | `latest` | `V0.5.9` +| `v2.2.8` | `v0.4.9` | `latest` | `V0.5.9` You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`: From af846cfde04f937f0ca05cd2954176dd35ccdb80 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 7 Apr 2021 23:08:38 +0300 Subject: [PATCH 2/4] 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 393fa0f..ea152e6 100755 --- 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:-v2.2.7} +export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v2.2.8} export PROVIDER_VERSION=${PROVIDER_VERSION:-v0.4.9} export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v0.5.9} export PROJECT_NAME="ocean" From a1aad311463545a94605ba89d5416bbd71d72928 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 13 Apr 2021 12:15:49 +0300 Subject: [PATCH 3/4] Update dashboard.yml --- compose-files/dashboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-files/dashboard.yml b/compose-files/dashboard.yml index fd36dad..c60f403 100644 --- a/compose-files/dashboard.yml +++ b/compose-files/dashboard.yml @@ -12,4 +12,4 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock ports: - - 9000:9000 \ No newline at end of file + - 9100:9000 From 96daa95f2ad84cc5da44f604bb2b609b0678cc93 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Tue, 13 Apr 2021 12:17:57 +0300 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c556e6..137473a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ The default versions are always a combination of component versions which are co | 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 | | Graphpgsql | | postgres | 172.15.0.7 | 5432 -> 5432 | +| Dashboard | | portainer/portainer | 172.15.0.25 | 9100 -> 9000 | You can override the Docker image tag used for a particular component by setting its associated environment variable before calling `start_ocean.sh`: @@ -153,7 +154,7 @@ This will start a `portainer` dashboard with the following admin credentials and | Hostname | External Port | Internal URL | Local URL | Description | | ----------- | ------------- | --------------------- | --------------------- | --------------------------------------------------- | -| `dashboard` | `9000` | http://dashboard:9000 | http://localhost:9000 | [Portainer](https://github.com/portainer/portainer) | +| `dashboard` | `9100` | http://dashboard:9100 | http://localhost:9100 | [Portainer](https://github.com/portainer/portainer) | ## Contributing