diff --git a/docker-compose.yml b/docker-compose.yml index 64c3fb3..c4ba039 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -524,6 +524,8 @@ services: networks: - public - redis + - tika + - gotenberg profiles: - base healthcheck: @@ -555,7 +557,8 @@ services: gotenberg: image: docker.io/gotenberg/gotenberg:7.6 restart: unless-stopped - + networks: + - gotenberg # The gotenberg chromium route is used to convert .eml files. We do not # want to allow external content like tracking pixels or even javascript. profiles: @@ -567,6 +570,8 @@ services: tika: image: ghcr.io/paperless-ngx/tika:latest + networks: + - tika profiles: - base restart: unless-stopped @@ -593,7 +598,10 @@ networks: attachable: true internal: true redis: - attachable: true + internal: true + tika: + internal: true + gotenberg: internal: true public: attachable: true