small cleaning
This commit is contained in:
@@ -46,7 +46,7 @@ Check out [official doc](https://docs.docker.com/compose/)
|
||||
Make sure ES import limit is above entities-search-engige import rate, by raising the limit
|
||||
|
||||
```
|
||||
docker-compose exec entities-search-engine curl -XPUT http://elasticsearch:9200/wikidata/_settings -d '{"index.mapping.total_fields.limit": 2000}'
|
||||
docker-compose exec entities-search-engine curl -XPUT http://elasticsearch:9200/wikidata/_settings -d '{"index.mapping.total_fields.limit": 20000}'
|
||||
```
|
||||
|
||||
start the containers `docker-compose up`
|
||||
|
||||
@@ -40,7 +40,6 @@ services:
|
||||
volumes:
|
||||
- ./entities-search-engine:/opt/entities-search-engine
|
||||
- ./utils/config/entities-search-engine-local.coffee:/opt/entities-search-engine/config/local.coffee
|
||||
- ./utils/elastic_setup.sh:/opt/entities-search-engine/
|
||||
links:
|
||||
- couch
|
||||
working_dir: /opt/entities-search-engine
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
module.exports =
|
||||
host: '0.0.0.0'
|
||||
port: 3006
|
||||
elasticsearch:
|
||||
host: 'http://elasticsearch:9200'
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user