bump gotenberg and ppl
This commit is contained in:
4
.env
4
.env
@@ -1,6 +1,4 @@
|
||||
IMAGE_VERSION_PAPERLESS="2.19.6"
|
||||
#IMAGE_VERSION_PAPERLESS="2.17.1"
|
||||
IMAGE_VERSION_PAPERLESS="2.20.15"
|
||||
IMAGE_VERSION_GOTENBERG="8.24"
|
||||
PG_PASSWORD="!Wvnzo3#S57KF0bDF"
|
||||
PG_USER="ppldbuser"
|
||||
#IMAGE_VERSION_GOTENBERG="8.9.2"
|
||||
|
||||
@@ -1,21 +1,14 @@
|
||||
services:
|
||||
broker:
|
||||
container_name: paperless-broker
|
||||
container_name: paperless-redis-broker
|
||||
image: docker.io/library/redis:7
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /volume1/docker/paperless-ngx/redisdata:/data
|
||||
labels:
|
||||
# Only include tags that look like X.Y.Z
|
||||
- "wud.tag.include=^\\d+\\.\\d+\\.\\d+$$"
|
||||
|
||||
# db:
|
||||
# container_name: db-pg
|
||||
# image: docker.io/library/postgres:13
|
||||
# restart: unless-stopped
|
||||
# volumes:
|
||||
# - /volume1/docker/paperless-ngx/pgdata:/var/lib/postgresql/data
|
||||
# environment:
|
||||
# POSTGRES_DB: paperless
|
||||
# POSTGRES_USER: paperless
|
||||
# POSTGRES_PASSWORD: paperless
|
||||
|
||||
db-15:
|
||||
container_name: paperless-postgres-db
|
||||
@@ -46,15 +39,8 @@ services:
|
||||
done
|
||||
EOF'
|
||||
|
||||
adminer:
|
||||
image: adminer
|
||||
restart: always
|
||||
ports:
|
||||
- 8484:8080
|
||||
|
||||
webserver:
|
||||
container_name: paperless-webserver
|
||||
# image: ghcr.io/paperless-ngx/paperless-ngx:2.8.6
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:${IMAGE_VERSION_PAPERLESS}
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -80,8 +66,6 @@ services:
|
||||
PAPERLESS_REDIS: redis://broker:6379
|
||||
PAPERLESS_DBHOST: db-15
|
||||
PAPERLESS_DBUSER: ${PG_USER}
|
||||
|
||||
|
||||
PAPERLESS_OCR_LANGUAGE: deu+eng
|
||||
PAPERLESS_CONSUMER_DELETE_DUPLICATES: "true"
|
||||
PAPERLESS_POST_CONSUME_SCRIPT: /usr/src/paperless/scripts/post_consume.py
|
||||
@@ -93,6 +77,8 @@ services:
|
||||
PAPERLESS_TIKA_ENDPOINT: http://tika:9998
|
||||
env_file:
|
||||
- ./docker-compose.env
|
||||
labels:
|
||||
- "wud.tag.include=^\\d+\\.\\d+\\.\\d+$$"
|
||||
|
||||
gotenberg:
|
||||
container_name: paperless-gotenberg
|
||||
@@ -105,6 +91,8 @@ services:
|
||||
- "gotenberg"
|
||||
- "--chromium-disable-javascript=true"
|
||||
- "--chromium-allow-list=file:///tmp/.*"
|
||||
labels:
|
||||
- "wud.tag.include=^\\d+\\.\\d+\\.\\d+$$"
|
||||
|
||||
tika:
|
||||
container_name: paperless-tika
|
||||
|
||||
Reference in New Issue
Block a user