mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(docker): adds docker fig for elastic 5
This commit is contained in:
2
docker/blocks/elastic5/elasticsearch.yml
Normal file
2
docker/blocks/elastic5/elasticsearch.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
script.inline: on
|
||||||
|
script.indexed: on
|
||||||
11
docker/blocks/elastic5/fig
Normal file
11
docker/blocks/elastic5/fig
Normal 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
|
||||||
Reference in New Issue
Block a user