services: - type: web name: smart-ocr-api env: python plan: starter buildCommand: pip install -r requirements.txt startCommand: uvicorn app:app --host 0.0.0.0 --port $PORT envVars: - key: OPENAI_API_KEY sync: false # You'll set this in Render dashboard healthCheckPath: /health autoDeploy: false # Set to true for auto-deploy on git push