This commit is contained in:
2026-05-04 16:19:17 +02:00
parent 26f6f3d41f
commit e14cb8a654
5 changed files with 9 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ docker compose -f docker-compose.dev.yml up --build
```
Frontend runs on http://localhost:5173 and the backend on http://localhost:8000.
The backend media index is persisted in a Docker volume (`backend_cache`) so rebuilds and container restarts do not force a full re-index.
### Manual backend/frontend development