api_stable_diffusion / render.yaml
Pacicap's picture
fix filename render.yaml
ceca583
raw
history blame
186 Bytes
services:
- type: web
name: fastapi-backend
env: python
plan: free
buildCommand: ""
startCommand: uvicorn main:app --host 0.0.0.0 --port 10000
autoDeploy: true