services: - type: web name: fastapi-backend env: python plan: free buildCommand: "" startCommand: uvicorn main:app --host 0.0.0.0 --port 10000 autoDeploy: true