| services: | |
| - type: web | |
| name: fundora-api | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn api:app --host 0.0.0.0 --port 8000 | |
| envVars: | |
| - key: PYTHONUNBUFFERED | |
| value: "1" | |
| services: | |
| - type: web | |
| name: fundora-api | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn api:app --host 0.0.0.0 --port 8000 | |
| envVars: | |
| - key: PYTHONUNBUFFERED | |
| value: "1" | |