services: - type: web name: class10-ml-api runtime: docker plan: free region: oregon healthCheckPath: /health envVars: - key: PYTHONUNBUFFERED value: "1" - key: PYTHONDONTWRITEBYTECODE value: "1" dockerCommand: > uvicorn app_ml:app --host 0.0.0.0 --port $PORT