feat: Add timezone configuration for Docker to ensure correct time handling in production and development environments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user