aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yaml
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-05-25 18:53:09 +0000
committerterminaldweller <thabogre@gmail.com>2022-05-25 18:53:09 +0000
commit2535f836d49f1db32b4413e459c7acdefe97a434 (patch)
tree0485c817578d03bfe89955b01d14e6a67c8823d0 /docker-compose.yaml
parentrestructing. added a new service to handle the downloading (diff)
downloaddevourer-2535f836d49f1db32b4413e459c7acdefe97a434.tar.gz
devourer-2535f836d49f1db32b4413e459c7acdefe97a434.zip
bug fixes and updates
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index b7eb5f6..b8e16e5 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -21,6 +21,8 @@ services:
cap_drop:
- ALL
entrypoint: ["/docker-entrypoint.sh"]
+ volumes:
+ - devourer-nltk-data:/root/nltk_data/
tika:
image: apache/tika:2.0.0
networks:
@@ -41,10 +43,6 @@ services:
cap_drop:
- ALL
cap_add:
- - CHOWN
- - DAC_OVERRIDE
- - SETGID
- - SETUID
- NET_BIND_SERVICE
entrypoint: ["/cargo/cargo.py"]
networks:
@@ -52,3 +50,4 @@ networks:
tikanet:
volumes:
cargo-vault:
+ devourer-nltk-data: