aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose-test.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 04:35:56 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 04:35:56 +0000
commitd8beed8d574a42a2e6eab5632e40f235f1408277 (patch)
tree1d0b3926c0b320690231782860b84f8420ed6bf3 /docker-compose-test.yaml
parentWIP (diff)
downloaddevourer-d8beed8d574a42a2e6eab5632e40f235f1408277.tar.gz
devourer-d8beed8d574a42a2e6eab5632e40f235f1408277.zip
the server is up and running now. the things that worked before work now
Diffstat (limited to 'docker-compose-test.yaml')
-rw-r--r--docker-compose-test.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/docker-compose-test.yaml b/docker-compose-test.yaml
index fea638b..d937bd3 100644
--- a/docker-compose-test.yaml
+++ b/docker-compose-test.yaml
@@ -8,17 +8,17 @@ services:
depends_on:
- tika
ports:
- - "9009:80"
+ - "19019:80"
environment:
- - TIKA_SERVER_ENDPOINT="tika:9998"
- - AUDIO_DUMP_DIR="/tmp"
- - WIKI_SEARCH_URL="https://en.wikipedia.org/w/api.php"
+ - TIKA_SERVER_ENDPOINT=tika:9998
+ - AUDIO_DUMP_DIR=/tmp
+ - WIKI_SEARCH_URL=https://en.wikipedia.org/w/api.php
- SERVER_DEPLOYMENT_TYPE=test
cap_drop:
- ALL
entrypoint: ["/docker-entrypoint.sh"]
tika:
- image: apache/tike:2.0.0
+ image: apache/tika:2.0.0
networks:
- tikanet
cap_drop: