10 lines
223 B
TOML
10 lines
223 B
TOML
[build]
|
|
builder = "nixpacks"
|
|
|
|
[deploy]
|
|
startCommand = "uvicorn main:app --host 0.0.0.0 --port ${PORT:-8000}"
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 300
|
|
restartPolicyType = "ON_FAILURE"
|
|
restartPolicyMaxRetries = 5
|