File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 15
15
goldtags_dump = data / "dumps" / "goldtags-2019.10.15_2227.json.gz"
16
16
17
17
18
- elastic = dict (hosts = ['localhost ' ], timeout = 20 )
18
+ elastic = dict (hosts = ['127.0.0.1 ' ], timeout = 20 )
19
19
grobid = dict (host = 'grobid' )
20
20
21
21
arxiv = data / 'arxiv'
Original file line number Diff line number Diff line change
1
+ version : ' 3'
2
+ services :
3
+ # search engine
4
+ elasticsearch :
5
+ image : docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.1
6
+ entrypoint :
7
+ - elasticsearch
8
+ - -Ehttp.port=9200
9
+ - -Etransport.host=localhost
10
+ - -Ehttp.host=0.0.0.0
11
+ - -Ebootstrap.system_call_filter=false
12
+ - -Ehttp.cors.enabled=true
13
+ - -Ehttp.cors.allow-origin=*
14
+ - -Ehttp.cors.allow-headers=*
15
+ - -Ehttp.cors.allow-credentials=true
16
+ user : elasticsearch
17
+ ports :
18
+ - ' 127.0.0.1:9200:9200'
You can’t perform that action at this time.
0 commit comments