live index
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-12-19 14:54:21 +01:00
parent d03895c872
commit c1bdccac54
2 changed files with 13 additions and 1 deletions

View File

@ -247,7 +247,7 @@ This app will improve performance of image browsing at the cost of storage space
## Fulltextsearch with elasticsearch
1. For this you need to install these apps:
1. To start you need to install these apps:
- [fulltextsearch](https://github.com/nextcloud/fulltextsearch)
- [fulltextsearch_elasticsearch](https://github.com/nextcloud/fulltextsearch_elasticsearch)
- [files_fulltextsearch](https://github.com/nextcloud/files_fulltextsearch)

View File

@ -28,6 +28,18 @@ services:
gid: "1000"
mode: 0600
searchindexer:
image: nextcloud:27.1.3-fpm
volumes:
- nextcloud:/var/www/html/
- nextapps:/var/www/html/custom_apps:cached
- nextdata:/var/www/html/data:cached
- nextconfig:/var/www/html/config:cached
- ${EXTRA_VOLUME}
networks:
- internal
entrypoint: su -p www-data -s /bin/sh -c '/var/www/html/occ fulltextsearch:live'
secrets:
elasticsearch_password:
external: true