docs: add bash magic scripts to README

This commit is contained in:
2025-12-08 21:37:21 +01:00
parent 8bfe2289cf
commit 4ea09bcd18

View File

@@ -55,6 +55,17 @@ Nach dem Start sind folgende Services erreichbar:
| **Admin** | `admin@crumb.local` | `admin123` | Vollzugriff, Terminal, RAG Config |
| **Demo** | `demo@crumb.local` | `demo123` | Chat, Rollen, Suche |
### 4. Bash Magic 🪄 (Scripts)
Das Projekt wird über Helper-Scripte im Root-Verzeichnis gesteuert. Kein `cd compose` nötig!
| Script | Beschreibung |
|--------|--------------|
| `./start.sh` | Startet alle Container und prüft Health |
| `./stop.sh` | Stoppt Container (alias: `docker compose stop`) |
| `./restart.sh` | Full Restart (Stop -> Start) |
| `./logs.sh` | Zeigt Logs an (Interaktives Menü) |
---
## 🧪 Testing