diff --git a/wedeploy.json b/wedeploy.json index 987580c..dac8111 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -4,5 +4,8 @@ "env": { "HOST": "0.0.0.0", "PORT": "3000" + }, + "healthCheck": { + "url": "0.0.0.0:3000" } } \ No newline at end of file