From d5eabcc6b3d01a144f581c8d4878812780205132 Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Sun, 10 Jun 2018 19:14:38 -0300 Subject: [PATCH] Adds healthCheck --- wedeploy.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wedeploy.json b/wedeploy.json index cd4cfe3..8609de6 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -4,5 +4,9 @@ "env": { "HOST": "0.0.0.0", "PORT": "3000" + }, + "healthCheck": { + "url": "0.0.0.0:3000", + "startPeriod": 20 } }