tech(docker): adds docker fig for elastic 5

This commit is contained in:
bergquist 2016-11-28 15:52:33 +01:00
parent ab2f109443
commit 20df0aafc2
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,2 @@
script.inline: on
script.indexed: on

View File

@ -0,0 +1,11 @@
# You need to run sysctl -w vm.max_map_count=262144 on the host machine
elasticsearch5:
image: elasticsearch:5
#command: elasticsearch -Des.network.host=0.0.0.0
command: elasticsearch
ports:
- "9200:9200"
- "9300:9300"
# volumes:
# - ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml