feat: Add timezone configuration for Docker to ensure correct time handling in production and development environments

This commit is contained in:
2025-10-04 20:52:39 +02:00
parent 9357c2e0b9
commit 5011f80fc4
6 changed files with 295 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ services:
- ./uploads:/app/public/uploads
environment:
- NODE_ENV=production
- TZ=Europe/Warsaw
- 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