Files
QSfera/tests/acceptance/docker/src/tika.yml
T
Sagar GurungandGitHub b930e0ffec [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
2023-09-25 12:49:56 +05:45

9 lines
158 B
YAML

services:
tika-service:
image: dadarek/wait-for-dependencies
depends_on:
- tika
command: tika:9998
tika:
image: apache/tika:2.8.0.0