Wechsel von Paperless-NG zu NGX
This commit is contained in:
@@ -35,3 +35,4 @@ PAPERLESS_OCR_LANGUAGE=deu
|
|||||||
|
|
||||||
PAPERLESS_FILENAME_FORMAT={document_type}/{correspondent}/{created_year}/{title}
|
PAPERLESS_FILENAME_FORMAT={document_type}/{correspondent}/{created_year}/{title}
|
||||||
PAPERLESS_CONSUMER_POLLING=30
|
PAPERLESS_CONSUMER_POLLING=30
|
||||||
|
PAPERLESS_URL=https://dms.borgal.de
|
||||||
|
|||||||
@@ -47,7 +47,8 @@ services:
|
|||||||
POSTGRES_PASSWORD: paperless
|
POSTGRES_PASSWORD: paperless
|
||||||
|
|
||||||
webserver:
|
webserver:
|
||||||
image: jonaswinkler/paperless-ng:latest
|
# image: jonaswinkler/paperless-ng:latest
|
||||||
|
image: ghcr.io/paperless-ngx/paperless-ngx
|
||||||
container_name: paperless_app
|
container_name: paperless_app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -77,4 +78,4 @@ volumes:
|
|||||||
driver_opts:
|
driver_opts:
|
||||||
type: nfs
|
type: nfs
|
||||||
o: addr=${NFS_SERVER},rw
|
o: addr=${NFS_SERVER},rw
|
||||||
device: ":${PFAD}"
|
device: ":${PFAD}"
|
||||||
|
|||||||
Reference in New Issue
Block a user