[tests-only][full-ci]Added documentation to run tika service related tests (#7295)
* Added documentation to run tika service related tests * Added documentation for docker compose as well * Make tika service run only for tika
This commit is contained in:
@@ -43,6 +43,11 @@ services:
|
||||
# postprocessing step
|
||||
POSTPROCESSING_STEPS: $POSTPROCESSING_STEPS
|
||||
|
||||
# tika
|
||||
SEARCH_EXTRACTOR_TYPE: $SEARCH_EXTRACTOR_TYPE
|
||||
SEARCH_EXTRACTOR_TIKA_TIKA_URL: "http://tika:9998"
|
||||
SEARCH_EXTRACTOR_CS3SOURCE_INSECURE: "true"
|
||||
|
||||
# fonts map for txt thumbnails (including unicode support)
|
||||
THUMBNAILS_TXT_FONTMAP_FILE: "/drone/src/tests/config/drone/fontsMap.json"
|
||||
volumes:
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
tika-service:
|
||||
image: dadarek/wait-for-dependencies
|
||||
depends_on:
|
||||
- tika
|
||||
command: tika:9998
|
||||
tika:
|
||||
image: apache/tika:2.8.0.0
|
||||
Reference in New Issue
Block a user