README.md aktualisiert

This commit is contained in:
David 2025-11-04 13:06:21 +01:00
parent 37cb854512
commit dcf1eb192d

View file

@ -8,7 +8,7 @@ docuseal-listener:
ports:
- "5001:8000" # Expose port 5001 on your host, mapping to port 8000 in the container
environment:
# Add these two lines for URL rewriting
# Add these two lines for URL rewriting. For local testing Internal = Public
- DOCUSEAL_PUBLIC_URL=https://docu.nord-go.com
- DOCUSEAL_INTERNAL_URL=http://app:3000
# Enable or disable Verification
@ -26,4 +26,4 @@ docuseal-listener:
* Go to your Docuseal webhook settings.
* Set the **URL** to `http://<your_server_ip_or_domain>:5001/webhook/docuseal`.
* Set the **Secret** to the same value you used for `DOCUSEAL_WEBHOOK_SECRET` in your `docker-compose.yml` file.
* Ensure the `form.completed` event is enabled.
* Ensure the `form.completed` event is enabled.