fix typos

This commit is contained in:
alexcos20 2022-11-29 13:36:36 +02:00
parent eb3cbbec6d
commit ab0136b00d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
elasticsearch:
image: elasticsearch:${ELASTICSEACH_VERSION:-latest}
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
networks:
backend:
ipv4_address: 172.15.0.6

View File

@ -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:-7.14.2}
export ELASTICSEARCH_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}