1
0
Fork 0

add tika, gotenberg networks

This commit is contained in:
Lukáš Kucharczyk 2023-03-14 16:03:10 +01:00
parent c1b73e206a
commit d7d6ecc008
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 10 additions and 2 deletions

View File

@ -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