mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-07 20:15:31 -05:00
17 lines
357 B
YAML
17 lines
357 B
YAML
---
|
|
services:
|
|
tika:
|
|
image: ${TIKA_IMAGE:-apache/tika:latest-full}
|
|
networks:
|
|
ocis-net:
|
|
restart: always
|
|
logging:
|
|
driver: ${LOG_DRIVER:-local}
|
|
|
|
ocis:
|
|
environment:
|
|
# fulltext search
|
|
SEARCH_EXTRACTOR_TYPE: tika
|
|
SEARCH_EXTRACTOR_TIKA_TIKA_URL: http://tika:9998
|
|
FRONTEND_FULL_TEXT_SEARCH_ENABLED: "true"
|