Commit 91ce28e 1 parent 3dd7414 commit 91ce28e Copy full SHA for 91ce28e
File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
version : " 2"
2
2
services :
3
3
elasticsearch :
4
- image : elasticsearch:2
5
- command : [
6
- -Des.script.inline=on,
7
- -Des.cluster.name=hive,
8
- -Des.threadpool.index.queue_size=100000,
9
- -Des.threadpool.search.queue_size=100000,
10
- -Des.threadpool.bulk.queue_size=1000]
4
+ image : docker.elastic.co/elasticsearch/elasticsearch:5.5.2
5
+ environment :
6
+ - http.host=0.0.0.0
7
+ - transport.host=0.0.0.0
8
+ - xpack.security.enabled=false
9
+ - cluster.name=hive
10
+ - script.inline=true
11
+ - thread_pool.index.queue_size=100000
12
+ - thread_pool.search.queue_size=100000
13
+ - thread_pool.bulk.queue_size=100000
11
14
cortex :
12
15
image : certbdf/cortex:latest
13
16
ports :
@@ -18,4 +21,4 @@ services:
18
21
- elasticsearch
19
22
- cortex
20
23
ports :
21
- - " 0.0.0.0:9000:9000"
24
+ - " 0.0.0.0:9000:9000"
You can’t perform that action at this time.
0 commit comments