feat: add paperless-ngx document management stack

This commit is contained in:
Paccoco
2026-05-06 10:59:20 -05:00
parent 211ba9f21f
commit 54e1c81cc6
2 changed files with 42 additions and 0 deletions

4
documents/.env.example Normal file
View File

@@ -0,0 +1,4 @@
PAPERLESS_DBUSER=paperless
PAPERLESS_DBPASS=changeme
PAPERLESS_SECRET_KEY=generate_with_openssl_rand_hex_32
PAPERLESS_REDIS=redis://:URL_ENCODED_REDIS_PASSWORD@shared-redis:6379