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