[es] Add ingest node support

For #131
This commit is contained in:
Geoff Bourne
2017-03-03 23:35:12 -06:00
parent 07c32d8ee4
commit 55801ac11c
3 changed files with 17 additions and 5 deletions
+7
View File
@@ -29,6 +29,13 @@ services:
environment:
TYPE: GATEWAY
UNICAST_HOSTS: master
ingest:
image: itzg/elasticsearch
ports:
- "9222:9200"
environment:
TYPE: INGEST
UNICAST_HOSTS: master
kibana:
image: kibana
ports: