From 7620e69f165ce283c7f7cb8b51ece3d500648328 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Nov 2025 11:28:53 +0100 Subject: [PATCH] read.me aktualisiert --- read.me | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/read.me b/read.me index e69de29..7932012 100644 --- a/read.me +++ b/read.me @@ -0,0 +1,18 @@ + +Docker compose: + +'' +docuseal-listener: + container_name: docuseal-listener + restart: unless-stopped + ports: + - "5001:8000" # Expose port 5001 on your host, mapping to port 8000 in the container + environment: + # IMPORTANT: Set your secret here + - DOCUSEAL_WEBHOOK_SECRET=YourSuperSecretTokenFromDocuseal + # This internal path must match the one in the Python script + - PAPERLESS_CONSUME_DIR=/consume + volumes: + # IMPORTANT: This must match the volume name used by your Paperless consume directory + - paperless_consume:/consume +'' \ No newline at end of file