From d7d6ecc008dd831e398ab325da4f222fbf97017b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Tue, 14 Mar 2023 16:03:10 +0100 Subject: [PATCH] add tika, gotenberg networks --- docker-compose.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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