Local Deployment
The main local compose file is repos/VectorHub-dev/backend1/Client/docker-compose.yml.
It defines:
edgedbqdrantapi
Run data services:
cd repos/VectorHub-devdocker compose -f backend1/Client/docker-compose.yml up edgedb qdrantRun the API container:
docker compose -f backend1/Client/docker-compose.yml up apiThe API maps port 8081:8081 in the checked-in compose file.
Historical workflows mention a root docker-compose.yml, but the current project index marks that as an open documentation gap because no root compose file exists in the inspected repository state.