Use Elasticsearch 6.5.0

This commit is contained in:
delvedor
2018-11-19 11:33:20 +01:00
parent 8475bc52fa
commit d259b82763
4 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ services:
depends_on: depends_on:
- elasticsearch - elasticsearch
elasticsearch: elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-6.4.0} image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-6.5.0}
volumes: volumes:
- esvol:/tmp - esvol:/tmp
networks: networks:

View File

@ -1,6 +1,6 @@
--- ---
ELASTICSEARCH_VERSION: ELASTICSEARCH_VERSION:
- 6.4.0 - 6.5.0
NODE_JS_VERSION: NODE_JS_VERSION:
- 10 - 10

View File

@ -11,7 +11,7 @@ node_js:
env: env:
global: global:
- ELASTICSEARCH_VERSION=6.4.0 - ELASTICSEARCH_VERSION=6.5.0
- QUIET=true - QUIET=true
before_install: before_install:

View File

@ -6,7 +6,7 @@ exec docker run \
-e "path.repo=/tmp" \ -e "path.repo=/tmp" \
-e "repositories.url.allowed_urls=http://snapshot.*" \ -e "repositories.url.allowed_urls=http://snapshot.*" \
-p 9200:9200 \ -p 9200:9200 \
docker.elastic.co/elasticsearch/elasticsearch:6.4.0 docker.elastic.co/elasticsearch/elasticsearch:6.5.0
# -e "xpack.security.enabled=true" \ # -e "xpack.security.enabled=true" \
# -e "ELASTIC_PASSWORD=passw0rd" \ # -e "ELASTIC_PASSWORD=passw0rd" \