time to try running it without docker instead
This commit is contained in:
+3
-3
@@ -7,13 +7,13 @@ services:
|
||||
ports:
|
||||
- 8080:8080
|
||||
volumes: # when pushing to server, remove the first dot here in front of /mnt
|
||||
- /mnt/ssd/ds_ftp/classla_OS2022:/usr/src/app/classla_OS2022
|
||||
- ./mnt/ssd/ds_ftp/classla_OS2022:/usr/src/app/classla_OS2022
|
||||
- ./swagger_server/classla/classla_resources:/root/classla_resources
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
tika2:
|
||||
image: apache/tika:2.4.0-full
|
||||
entrypoint: ["/bin/sh", "-c", "java -jar /tika-server-standard-2.4.0.jar -h 0.0.0.0 -p 9999"]
|
||||
image: apache/tika:1.28.4-full
|
||||
entrypoint: [ "/bin/sh", "-c", "java -jar /tika-server-1.28.4.jar -h 0.0.0.0 -p 9999" ]
|
||||
restart: always
|
||||
ports:
|
||||
- 9999:9999
|
||||
|
||||
Reference in New Issue
Block a user