hotfix: re-add hypercorn with railway start cmd/logging.toml, restore internal uvicorn bindings to conditional ip-v4/v6

This commit is contained in:
2024-11-01 20:21:56 -05:00
parent e2a47c1868
commit 1003fd3eed
5 changed files with 98 additions and 4 deletions

View File

@@ -4,6 +4,6 @@
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "python3 -m linkpulse serve"
"startCommand": "hypercorn linkpulse.app:app --bind \"[::]:$PORT\" --log-config \"toml:logging.toml\""
}
}
}