mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
enable analysis-extras module for ico tokenizer
This commit is contained in:
@ -126,8 +126,9 @@ services:
|
||||
volumes:
|
||||
- docspell-solr_data:/var/solr
|
||||
command:
|
||||
- solr-precreate
|
||||
- docspell
|
||||
- bash
|
||||
- -c
|
||||
- 'precreate-core docspell; exec solr -f -Dsolr.modules=analysis-extras'
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8983/solr/docspell/admin/ping"]
|
||||
interval: 1m
|
||||
|
Reference in New Issue
Block a user