Spaces:
Sleeping
Sleeping
File size: 242 Bytes
a1978fc | 1 2 3 4 5 6 7 8 9 | services:
- type: web
name: task-manager-api
runtime: python
buildCommand: pip install -r requirements.txt
startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT
envVars:
- key: DATABASE_URL
sync: false |