mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-10 23:38:46 +00:00
Add container health details to status
This commit is contained in:
parent
4f3f25457e
commit
07385dc91e
2 changed files with 17 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue