Enhance container status tracking and improve user notifications (#7182)

This commit is contained in:
Andras Bacsai
2025-11-10 13:58:22 +01:00
committed by GitHub
7 changed files with 215 additions and 5 deletions

View File

@@ -121,6 +121,8 @@ class Application extends BaseModel
protected $casts = [
'http_basic_auth_password' => 'encrypted',
'restart_count' => 'integer',
'last_restart_at' => 'datetime',
];
protected static function booted()