2567e7e
1
2
3
4
5
6
7
8
9
10
services: - type: web name: parcelpilot-ai-backend env: python buildCommand: "pip install -r requirements.txt" startCommand: "uvicorn app.main:app --host 0.0.0.0 --port $PORT" envVars: - key: PYTHON_VERSION value: 3.9.6