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

@@ -13,3 +13,4 @@ services:
- ./data:/app/data
environment:
- NODE_ENV=development
- TZ=Europe/Warsaw