Disable internal SSL

Users should use a TLS terminator if necessary.
This commit is contained in:
antanst 2025-07-22 16:26:02 +03:00 committed by Antonis Anastasiadis
parent f3c34ba6a7
commit 8c2435c952
7 changed files with 205 additions and 234 deletions

View file

@ -6,7 +6,6 @@ services:
- TUDUDI_USER_EMAIL=admin@example.com
- TUDUDI_USER_PASSWORD=your-secure-password
- TUDUDI_SESSION_SECRET=changeme-please-use-openssl
- TUDUDI_INTERNAL_SSL_ENABLED=false
- TUDUDI_ALLOWED_ORIGINS=http://localhost:3002
- TUDUDI_UPLOAD_PATH="/app/backend/uploads"
# Runtime UID/GID configuration - set these to match your host user/group