[build] dockerfilePath = "Dockerfile" [deploy] healthcheckPath = "/api/v1/health" healthcheckTimeout = 120 startCommand = "uvicorn app.main:app --host 0.0.0.0 --port ${PORT:-8000} --workers 2" restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 3