Setup infra for reverse proxy (#831)

This commit is contained in:
Chris 2026-02-10 20:22:51 +02:00 committed by GitHub
parent f8ad3724af
commit 2b4cb0aeb2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 36 additions and 0 deletions

View file

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