Add container health details to status

This commit is contained in:
Jason Fischer 2022-11-27 09:46:18 -08:00
parent 4f3f25457e
commit 07385dc91e
No known key found for this signature in database
2 changed files with 17 additions and 0 deletions

View file

@ -40,6 +40,7 @@ export default async function handler(req, res) {
return res.status(200).json({
status: info.State.Status,
health: info.State.Health?.Status
});
} catch {
return res.status(500).send({