chore: Disabled healthcheck

This commit is contained in:
henrik
2024-12-22 20:54:40 +01:00
parent 5e896e112c
commit 63c6a6f393

View File

@@ -1,13 +0,0 @@
{
"healthchecks": {
"web": [
{
"type": "startup",
"name": "web check",
"description": "Checking if the app responds to the /health endpoint",
"path": "/healthz",
"attempts": 5
}
]
}
}