feat: Add AUTH_TRUST_HOST environment variable to production Docker configuration

This commit is contained in:
2025-09-12 11:08:06 +02:00
parent c1d49689da
commit 47d730f192

View File

@@ -17,4 +17,5 @@ services:
- NODE_ENV=production
- NEXTAUTH_SECRET=${NEXTAUTH_SECRET:-your-secret-key-generate-a-strong-random-string-at-least-32-characters}
- NEXTAUTH_URL=${NEXTAUTH_URL:-https://panel2.wastpol.pl}
- AUTH_TRUST_HOST=true
restart: unless-stopped