GitDeployHub

qdrant/webinar-cloud-inference

github.com/qdrant/webinar-cloud-inference ↗
Docker
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • QDRANT_URL Qdrant Configuration Replace these values with your actual Qdrant cluster details
  • QDRANT_API_KEY secret
  • QDRANT_COLLECTION_NAME
  • YOLO_MODEL YOLO Model Configuration (optional)
  • ENABLE_INGEST Feature Flags (optional)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/qdrant/webinar-cloud-inference
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/qdrant/webinar-cloud-inference
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/qdrant/webinar-cloud-inference
Or deploy to a different host
← Try another repo