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

@@ -62,7 +62,9 @@ Das Projekt ist für den Betrieb mit Docker optimiert.
```bash
cp docker-compose.example.yml docker-compose.yml
```
Passe ggf. das `ADMIN_PASSWORD` in der `docker-compose.yml` an.
Passe die Umgebungsvariablen in der `docker-compose.yml` an:
- `ADMIN_PASSWORD`: Admin-Passwort (Standard: `admin123`)
- `TZ`: Zeitzone für täglichen Puzzle-Wechsel (Standard: `Europe/Berlin`)
2. **Starten:**
```bash