services: - type: web name: crime-classification-api runtime: python buildCommand: pip install -r requirements.txt startCommand: gunicorn predict:app healthCheckPath: /healthcheck envVars: - key: PORT value: "5000" disk: name: web_disk mountPath: /opt/render/project/src sizeGB: 1