Update paperless-ngx/docker-compose.yml
Update to the latest compose file with specific versions
This commit is contained in:
@@ -32,18 +32,18 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
broker:
|
broker:
|
||||||
image: docker.io/library/redis:7
|
image: docker.io/library/redis:8
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/cephfs/docker/paperless-ngx/redisdata:/data
|
- /mnt/cephfs/docker/paperless-ngx/redisdata:/data
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/library/postgres:16
|
image: docker.io/library/postgres:18
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
# deploy:
|
||||||
placement:
|
# placement:
|
||||||
constraints:
|
# constraints:
|
||||||
- node.labels.database == here
|
# - node.labels.database == here
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/cephfs/docker/paperless-ngx/pgdata:/var/lib/postgresql/data
|
- /mnt/cephfs/docker/paperless-ngx/pgdata:/var/lib/postgresql/data
|
||||||
environment:
|
environment:
|
||||||
@@ -81,7 +81,7 @@ services:
|
|||||||
PAPERLESS_URL: https://wastebin.johnsnexus.click
|
PAPERLESS_URL: https://wastebin.johnsnexus.click
|
||||||
#
|
#
|
||||||
gotenberg:
|
gotenberg:
|
||||||
image: docker.io/gotenberg/gotenberg:8.7
|
image: docker.io/gotenberg/gotenberg:8.25
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user