Merge pull request #12094 from grafana/elastic6-docker

docker: new block for elasticsearch6
This commit is contained in:
Marcus Efraimsson 2018-05-29 11:22:42 +02:00 committed by GitHub
commit e80f54c243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# You need to run 'sysctl -w vm.max_map_count=262144' on the host machine
elasticsearch6:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4
command: elasticsearch
ports:
- "11200:9200"
- "11300:9300"
fake-elastic6-data:
image: grafana/fake-data-gen
network_mode: bridge
environment:
FD_DATASOURCE: elasticsearch6
FD_PORT: 11200

View File

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