feat: add configurable timezone for daily puzzle rotation with logging

This commit is contained in:
Hördle Bot
2025-11-21 21:53:22 +01:00
parent 75a8a63b21
commit 3f47fac276
3 changed files with 20 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ services:
environment:
- DATABASE_URL=file:/app/data/prod.db
- ADMIN_PASSWORD=admin123 # Change this!
- TZ=Europe/Berlin # Timezone for daily puzzle rotation
volumes:
- ./data:/app/data
- ./public/uploads:/app/public/uploads