Trying to figure out how to run this without messing up Ivan's Tika instance

This commit is contained in:
Kikimanox
2022-08-31 15:52:54 +02:00
parent 8b974c7b55
commit a8319072f8
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ services:
image: apache/tika
restart: always
ports:
- 9999:9999
- 9998:9998
@@ -13,6 +13,7 @@ from PyPDF2 import PdfReader
from swagger_server.classla import cl_utils
tika_server = "http://tika:9998/tika"
tika_server = "http://localhost:9998/tika"
# endpoint below to be used only for development purposes (don't need to run docker)
# tika_server = "http://rsdo.lhrs.feri.um.si:9998/tika"