[es] Upgrade to 5.4.1

This commit is contained in:
Geoff Bourne
2017-06-02 12:02:11 -05:00
parent 5c6a2cf44f
commit df25a22634
2 changed files with 1 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ LABEL maintainer "itzg"
RUN apk -U add bash
ENV ES_VERSION=5.4.0
ENV ES_VERSION=5.4.1
ADD https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$ES_VERSION.tar.gz /tmp/es.tgz
RUN cd /usr/share && \

View File

@@ -7,20 +7,11 @@ services:
TYPE: MASTER
UNICAST_HOSTS: master
MIN_MASTERS: 1
deploy:
replicas: 1
update_config:
parallelism: 1
data:
build: .
environment:
TYPE: DATA
UNICAST_HOSTS: master
deploy:
replicas: 2
update_config:
parallelism: 1
delay: 60s
gateway:
build: .
ports: