AquaScan / render.yaml
nsankura's picture
Deploy Aquaculture Vision
0ee7aef
Raw
History Blame Contribute Delete
270 Bytes
services:
- type: web
name: aquaculture-vision
env: python
runtime: python-3.11
buildCommand: pip install -r requirements.txt
startCommand: uvicorn server:app --host 0.0.0.0 --port $PORT
envVars:
- key: PYTHON_VERSION
value: 3.11