misc(): added elasticsearch.yml config file to docker test env

This commit is contained in:
Torkel Ödegaard
2016-02-29 13:42:55 +01:00
parent 56c080417a
commit 3624587f08
5 changed files with 6 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
script.inline: on
script.indexed: on
@@ -1 +0,0 @@
Ensure the existence of the parent folder.
+2
View File
@@ -4,3 +4,5 @@ elasticsearch:
ports:
- "9200:9200"
- "9300:9300"
volumes:
- ./blocks/elastic/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml