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_OCR_LANGUAGES=deu eng
|
||||||
- PAPERLESS_URL=http://paperless.${DOMAIN}
|
- PAPERLESS_URL=http://paperless.${DOMAIN}
|
||||||
- PAPERLESS_OCR_LANGUAGE=deu
|
- 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
|
- PAPERLESS_CONSUMER_POLLING=60
|
||||||
- USERMAP_UID=1000
|
- USERMAP_UID=1000
|
||||||
- USERMAP_GID=1000
|
- USERMAP_GID=1000
|
||||||
- PAPERLESS_PRE_CONSUME_SCRIPT=/usr/src/paperless/scripts/removePdfPassword.py
|
- PAPERLESS_PRE_CONSUME_SCRIPT=/usr/src/paperless/scripts/removePdfPassword.py
|
||||||
|
- PAPERLESS_OCR_USER_ARGS=${USER_ARGS_JSON}
|
||||||
labels:
|
labels:
|
||||||
- "docker.group=paperless"
|
- "docker.group=paperless"
|
||||||
|
|
||||||
|
@ -66,3 +68,4 @@ networks:
|
||||||
paperless:
|
paperless:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
ports:
|
ports:
|
||||||
# - 9091:9091
|
- 9091:9091
|
||||||
- 51413:51413
|
- 51413:51413
|
||||||
- 51413:51413/udp
|
- 51413:51413/udp
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue