mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 09:47:04 +01:00
do not bump es version
This commit is contained in:
parent
5aacc4d724
commit
eb3cbbec6d
@ -67,7 +67,7 @@ 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 | 8.1.5 | 172.15.0.6 | |
|
||||
| Elasticsearch | Aquarius | 7.14.2 | 172.15.0.6 | |
|
||||
| Provider | | v1.3.10 | 172.15.0.4 | 8030 -> 8030 |
|
||||
| Provider2 | | v1.3.10 | 172.15.0.7 | 8030 -> 8030 |
|
||||
| RBAC Server | | main | 172.15.0.8 | 3000 -> 3000 |
|
||||
|
@ -29,7 +29,7 @@ COMPOSE_DIR="${DIR}/compose-files"
|
||||
# Default versions of Aquarius, Provider
|
||||
|
||||
export AQUARIUS_VERSION=${AQUARIUS_VERSION:-v4.2.0}
|
||||
export ELASTICSEACH_VERSION=${ELASTICSEACH_VERSION:-8.5.1}
|
||||
export ELASTICSEACH_VERSION=${ELASTICSEACH_VERSION:-7.14.2}
|
||||
export PROVIDER_VERSION=${PROVIDER_VERSION:-v1.3.10}
|
||||
export SUBGRAPH_VERSION=${SUBGRAPH_VERSION:-v3.0.0}
|
||||
export CONTRACTS_VERSION=${CONTRACTS_VERSION:-v1.1.8}
|
||||
|
Loading…
Reference in New Issue
Block a user