feat: split diarization UI into separate project folder

This commit is contained in:
2026-03-21 13:14:54 +01:00
commit 66d681279e
6 changed files with 97 additions and 0 deletions

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
# diarization-ui
Separate UI container for the diarization/transcription API.
## Run
```bash
docker compose up -d --build
```
UI will be available on `http://127.0.0.1:8094/`.
By default it calls API at `http://diarization-api:8093`.
Set `API_BASE` in `.env` if needed.
## .env
```env
API_BASE=http://diarization-api:8093
```