improvements

This commit is contained in:
Florian Zirker 2025-02-10 18:32:09 +01:00
parent bce4a0ba8f
commit fc86424caa
2 changed files with 5 additions and 2 deletions

View file

@ -53,11 +53,13 @@ services:
- PAPERLESS_OCR_LANGUAGES=deu eng
- PAPERLESS_URL=http://paperless.${DOMAIN}
- PAPERLESS_OCR_LANGUAGE=deu
- PAPERLESS_FILENAME_FORMAT={correspondent}/{created} {title}
#- PAPERLESS_FILENAME_FORMAT={correspondent}/{created} {title}
- PAPERLESS_FILENAME_FORMAT={{ correspondent }}/{{ created }} {{ title }}
- PAPERLESS_CONSUMER_POLLING=60
- USERMAP_UID=1000
- USERMAP_GID=1000
- PAPERLESS_PRE_CONSUME_SCRIPT=/usr/src/paperless/scripts/removePdfPassword.py
- PAPERLESS_OCR_USER_ARGS=${USER_ARGS_JSON}
labels:
- "docker.group=paperless"
@ -66,3 +68,4 @@ networks:
paperless:
web:
external: true

View file

@ -13,7 +13,7 @@ services:
networks:
- web
ports:
# - 9091:9091
- 9091:9091
- 51413:51413
- 51413:51413/udp
restart: unless-stopped