agrisensa-api / render.yaml
yandri918's picture
Initial commit for Railway deployment
a18ac6d
Raw
History Blame Contribute Delete
252 Bytes
services:
- type: web
name: agrisensa-api
env: docker
dockerfilePath: Dockerfile
buildCommand: ''
startCommand: ''
envVars:
- key: FLASK_ENV
value: production
# Render will set the PORT env var automatically