trade-copilot / render.yaml
Utkarsh Pathak
trade copilot v1
7d10940
Raw
History Blame Contribute Delete
240 Bytes
services:
- type: web
name: trade-copilot
runtime: python
region: frankfurt
plan: free
buildCommand: pip install -r requirements.txt
startCommand: python main.py
envVars:
- key: PORT
value: 10000