SecureLens / render.yaml
paulamartya25
Force Python 3.11.9 for Render compatibility
25bda26
Raw
History Blame Contribute Delete
372 Bytes
services:
- type: web
name: securelens
env: python
region: oregon
plan: free
branch: main
buildCommand: "pip install --upgrade pip && pip install -r requirements.txt"
startCommand: "python app.py"
envVars:
- key: PYTHON_VERSION
value: 3.11.9
- key: PORT
value: 7860
healthCheckPath: /
autoDeploy: true