services: - type: web name: chatbot-api env: python buildCommand: "" startCommand: uvicorn backend:app --host=0.0.0.0 --port=10000 plan: free