diff --git a/framework/status-json.py b/framework/status-json.py index d8fe4b0..0219bbb 100644 --- a/framework/status-json.py +++ b/framework/status-json.py @@ -26,6 +26,7 @@ def get_services(): services[service] = { 'image': compose_status.get('Image', 'N/A'), 'status': compose_status.get('Status', 'N/A'), + 'running': compose_status.get('State', False) == 'running', } return services