vor ähnlichkeitsprüfung
This commit is contained in:
@@ -46,6 +46,14 @@ docker-compose up -d
|
||||
docker-compose logs -f
|
||||
```
|
||||
|
||||
**Login-Schutz aktivieren:** Setze Benutzername/Passwort in `docker-compose.yml` via `AUTH_USERNAME` und `AUTH_PASSWORD`. Beispiel (bereits eingetragen):
|
||||
```
|
||||
environment:
|
||||
- AUTH_USERNAME=admin
|
||||
- AUTH_PASSWORD=changeme
|
||||
```
|
||||
Denke daran, eigene Werte zu hinterlegen.
|
||||
|
||||
Das Backend läuft nun auf `http://localhost:3000`
|
||||
Das Web-Interface ist erreichbar unter `http://localhost:8080`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user