From 978760bd2ad70fb0d6a71498ebd04297d4ea9c74 Mon Sep 17 00:00:00 2001 From: Albert Mourato Date: Fri, 8 Jun 2018 17:04:49 -0300 Subject: [PATCH] Adds healthCheck --- wedeploy.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wedeploy.json b/wedeploy.json index 213bfaf..afeaf99 100644 --- a/wedeploy.json +++ b/wedeploy.json @@ -3,5 +3,8 @@ "port": 3000, "volumes": { "files": "/wedeploy/app/public/files" + }, + "healthCheck": { + "url": "localhost:3000" } }