Add HOST_PORT configuration to .env.example and update docker-compose and README

This commit is contained in:
smueller
2026-07-03 11:40:11 +02:00
parent 146d398ecb
commit 995740937e
3 changed files with 4 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ Produktionsnahes internes Tool zur Erstellung von Thomas-Krenn.AG Newslettern au
```
2. Wichtige Werte in `.env` setzen:
- `HOST_PORT` (z. B. `8080`, falls `8000` bereits belegt ist)
- `SECRET_KEY`
- `ADMIN_BOOTSTRAP_EMAIL`
- `ADMIN_BOOTSTRAP_PASSWORD`
@@ -41,7 +42,7 @@ Produktionsnahes internes Tool zur Erstellung von Thomas-Krenn.AG Newslettern au
```
4. Zugriff:
- [http://localhost:8000/login](http://localhost:8000/login)
- [http://localhost:8080/login](http://localhost:8080/login) (oder dein `HOST_PORT`)
## Sicherheits-Hinweise für Produktion