Skip to content

Local Deployment

The main local compose file is repos/VectorHub-dev/backend1/Client/docker-compose.yml.

It defines:

  • edgedb
  • qdrant
  • api

Run data services:

Terminal window
cd repos/VectorHub-dev
docker compose -f backend1/Client/docker-compose.yml up edgedb qdrant

Run the API container:

Terminal window
docker compose -f backend1/Client/docker-compose.yml up api

The 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.