tech(docker): add elastic fig

This commit is contained in:
bergquist
2016-01-25 20:30:25 +01:00
parent b939a27a8d
commit 40088cd4fe
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
Ensure the existence of the parent folder.

View File

@ -0,0 +1,6 @@
elasticsearch:
image: elasticsearch:latest
command: elasticsearch -Des.network.host=0.0.0.0
ports:
- "9200:9200"
- "9300:9300"