From bbafbdab8616325a23b1387ad922d5c313a2a287 Mon Sep 17 00:00:00 2001 From: jeremymigonis Date: Fri, 20 Mar 2026 09:59:53 -0500 Subject: [PATCH] Add Paperless-stack/paperless/.env --- Paperless-stack/paperless/.env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Paperless-stack/paperless/.env diff --git a/Paperless-stack/paperless/.env b/Paperless-stack/paperless/.env new file mode 100644 index 0000000..791cc3e --- /dev/null +++ b/Paperless-stack/paperless/.env @@ -0,0 +1,9 @@ +TZ=America/Chicago +PAPERLESS_REDIS=redis://redis:6379 +PAPERLESS_DBHOST=postgres +PAPERLESS_DBNAME=paperless #if you change this, be sure to also change it in the postgres .env +PAPERLESS_DBUSER=paperless # if you change this, be sure to also change it in the postgres .env +PAPERLESS_DBPASS=paperless # if you change this, be sure to also change it in the postgres .env (You should change this for production use) +PAPERLESS_TIKA_ENABLED=1 +PAPERLESS_TIKA_GOTENBERG_ENDPOINT=http://gotenberg:3000 +PAPERLESS_TIKA_ENDPOINT=http://tika:9998 \ No newline at end of file