improvements
This commit is contained in:
parent
bce4a0ba8f
commit
fc86424caa
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ services:
|
|||
networks:
|
||||
- web
|
||||
ports:
|
||||
# - 9091:9091
|
||||
- 9091:9091
|
||||
- 51413:51413
|
||||
- 51413:51413/udp
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue