GitDeployHub

ajay6601/docuflow-ai

github.com/ajay6601/docuflow-ai ↗
Unknown stack
20 environment variables found in backend/.env.example

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

  • DATABASE_URL secret
  • API_V1_PREFIX
  • PROJECT_NAME
  • DEBUG
  • BACKEND_CORS_ORIGINS
  • MINIO_ENDPOINT MinIO Storage
  • MINIO_ACCESS_KEY secret
  • MINIO_SECRET_KEY secret
  • MINIO_BUCKET_NAME
  • MINIO_SECURE
  • MAX_FILE_SIZE File Upload
  • ALLOWED_FILE_TYPES
  • MAX_FILE_SIZE File Upload
  • ALLOWED_FILE_TYPES
  • REDIS_URL secret NEW Celery/Redis
  • CELERY_BROKER_URL
  • CELERY_RESULT_BACKEND
  • OPENAI_API_KEY secret NEW OpenAI
  • OPENAI_MODEL secret
  • OPENAI_MAX_TOKENS secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ajay6601/docuflow-ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ajay6601/docuflow-ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ajay6601/docuflow-ai
Or deploy to a different host
← Try another repo