add tika, gotenberg networks
This commit is contained in:
parent
c1b73e206a
commit
d7d6ecc008
|
@ -524,6 +524,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- public
|
- public
|
||||||
- redis
|
- redis
|
||||||
|
- tika
|
||||||
|
- gotenberg
|
||||||
profiles:
|
profiles:
|
||||||
- base
|
- base
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -555,7 +557,8 @@ services:
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: docker.io/gotenberg/gotenberg:7.6
|
image: docker.io/gotenberg/gotenberg:7.6
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
networks:
|
||||||
|
- gotenberg
|
||||||
# The gotenberg chromium route is used to convert .eml files. We do not
|
# The gotenberg chromium route is used to convert .eml files. We do not
|
||||||
# want to allow external content like tracking pixels or even javascript.
|
# want to allow external content like tracking pixels or even javascript.
|
||||||
profiles:
|
profiles:
|
||||||
|
@ -567,6 +570,8 @@ services:
|
||||||
|
|
||||||
tika:
|
tika:
|
||||||
image: ghcr.io/paperless-ngx/tika:latest
|
image: ghcr.io/paperless-ngx/tika:latest
|
||||||
|
networks:
|
||||||
|
- tika
|
||||||
profiles:
|
profiles:
|
||||||
- base
|
- base
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -593,7 +598,10 @@ networks:
|
||||||
attachable: true
|
attachable: true
|
||||||
internal: true
|
internal: true
|
||||||
redis:
|
redis:
|
||||||
attachable: true
|
internal: true
|
||||||
|
tika:
|
||||||
|
internal: true
|
||||||
|
gotenberg:
|
||||||
internal: true
|
internal: true
|
||||||
public:
|
public:
|
||||||
attachable: true
|
attachable: true
|
||||||
|
|
Loading…
Reference in New Issue