Umstellung auf PostgreSQL 18 und Entfernung der Kommentare
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
services:
|
||||
broker:
|
||||
image: docker.io/library/redis:8
|
||||
image: docker.io/library/redis:8.6
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- redisdata:/data
|
||||
|
||||
db:
|
||||
image: docker.io/library/postgres:17
|
||||
image: docker.io/library/postgres:18
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
- pgdata:/var/lib/postgresql
|
||||
- backup:/backup
|
||||
environment:
|
||||
POSTGRES_DB: paperless
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
POSTGRES_PASSWORD: paperless
|
||||
|
||||
webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:<version>
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.20.6
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
@@ -50,7 +50,7 @@ services:
|
||||
PAPERLESS_DISABLE_REGULAR_LOGIN: true
|
||||
PAPERLESS_LOGOUT_REDIRECT_URL: https://auth.scheidel.biz/application/o/paperless-ngx/end-session/
|
||||
PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect"
|
||||
PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "<client_id>","secret": "<client_secret>","settings": { "server_url": "https://auth.scheidel.biz/application/o/paperless-ngx/.well-known/openid-configuration"}}]}}'
|
||||
PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "IeXOJxc5aSu74WwPM22zh4Nv1ulGYcObgtBhQ4JV","secret": "BxmWP5Xejxd3JoafNxSw83So5q3HOZHoe39Ui66c5qV6H5wM2CJNGcX5nXsCd1lNQe8tPVcLrISwvEpRXWtG7v1Rvc5M6fQW4K5sUgxbDCxoUxcceVN3WCGoDQYw9jZ7","settings": { "server_url": "https://auth.scheidel.biz/application/o/paperless-ngx/.well-known/openid-configuration"}}]}}'
|
||||
PAPERLESS_OCR_LANGUAGE: deu+eng
|
||||
PAPERLESS_CONSUMPTION_DIR: ../consume
|
||||
PAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}'
|
||||
@@ -100,6 +100,7 @@ volumes:
|
||||
data:
|
||||
media:
|
||||
pgdata:
|
||||
#pgdata-17:
|
||||
redisdata:
|
||||
export:
|
||||
consume:
|
||||
|
||||
Reference in New Issue
Block a user