mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Add container health details to status
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user