diff options
author | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-11-12 04:35:56 +0000 |
commit | d8beed8d574a42a2e6eab5632e40f235f1408277 (patch) | |
tree | 1d0b3926c0b320690231782860b84f8420ed6bf3 /docker-compose.yaml | |
parent | WIP (diff) | |
download | devourer-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.yaml')
-rw-r--r-- | docker-compose.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml index 5a2bccf..a68e7fe 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -10,15 +10,15 @@ services: ports: - "9009: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=deployment cap_drop: - ALL entrypoint: ["/docker-entrypoint.sh"] tika: - image: apache/tike:2.0.0 + image: apache/tika:2.0.0 networks: - tikanet cap_drop: |