Skip to content

Commit

Permalink
status: add running
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed May 10, 2024
1 parent 455ced7 commit 7ac3130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/status-json.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ac3130

Please sign in to comment.