birdscanner-api / render.yaml
thesoikindustries24's picture
Pin Render Python version to 3.12.4
e223c93
raw
history blame contribute delete
399 Bytes
services:
- type: web
name: birdscanner-api
runtime: python
plan: starter
buildCommand: pip install -r requirements.txt
startCommand: gunicorn app:app --bind 0.0.0.0:$PORT --timeout 300
envVars:
- key: PYTHON_VERSION
value: 3.12.4
- key: ALLOWED_ORIGINS
value: https://avian-map.vercel.app
- key: MAX_CONTENT_LENGTH_MB
value: "50"