chore: Disabled healthcheck

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

13
app.json.dis Normal file
View File

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