Update paperless stack.
This commit is contained in:
@@ -15,7 +15,7 @@ volumes:
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
broker:
|
broker:
|
||||||
image: docker.io/library/redis:7
|
image: redis:7
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- paperless-redis:/data
|
- paperless-redis:/data
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
- paperless
|
- paperless
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/library/postgres:17
|
image: postgres:17
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- paperless-db:/var/lib/postgresql/data
|
- paperless-db:/var/lib/postgresql/data
|
||||||
@@ -42,11 +42,6 @@ services:
|
|||||||
- broker
|
- broker
|
||||||
- gotenberg
|
- gotenberg
|
||||||
- tika
|
- tika
|
||||||
healthcheck:
|
|
||||||
test: [ "CMD", "curl", "-fs", "-S", "--max-time", "2", "http://localhost:8000" ]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
volumes:
|
volumes:
|
||||||
- paperless-data:/usr/src/paperless/data
|
- paperless-data:/usr/src/paperless/data
|
||||||
- paperless-media:/usr/src/paperless/media
|
- paperless-media:/usr/src/paperless/media
|
||||||
@@ -81,7 +76,7 @@ services:
|
|||||||
|
|
||||||
|
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: docker.io/gotenberg/gotenberg:8.7
|
image: docker.io/gotenberg/gotenberg:8.19
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command:
|
command:
|
||||||
- "gotenberg"
|
- "gotenberg"
|
||||||
@@ -91,7 +86,7 @@ services:
|
|||||||
- paperless
|
- paperless
|
||||||
|
|
||||||
tika:
|
tika:
|
||||||
image: ghcr.io/paperless-ngx/tika:latest
|
image: tika:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- paperless
|
- paperless
|
||||||
|
|||||||
Reference in New Issue
Block a user