class10-ml-fastapi / render.yaml
github-actions
Auto-deploy from GitHub Actions
83851f4
raw
history blame contribute delete
336 Bytes
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