FastAPI
Exemplo de requirements.txt
Exemplo de ambarks.json
Configurações no dashboard
- Porta interna:
8000
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deploy com uvicorn, host 0.0.0.0 e porta correta.
requirements.txtfastapi
uvicorn[standard]
ambarks.json{
"build": {
"installCommand": "pip install --no-cache-dir -r requirements.txt"
},
"run": {
"command": "uvicorn main:app --host 0.0.0.0 --port 8000"
}
}
8000Was this page helpful?
