mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 12:23:48 +00:00
feat(api): add service database management endpoints
Add service database CRUD, logs, and lifecycle actions, and document service application operations with OpenAPI tests.
This commit is contained in:
@@ -33,6 +33,13 @@ class ServiceDatabase extends BaseModel
|
||||
];
|
||||
|
||||
protected $casts = [
|
||||
'exclude_from_status' => 'boolean',
|
||||
'is_public' => 'boolean',
|
||||
'is_log_drain_enabled' => 'boolean',
|
||||
'is_include_timestamps' => 'boolean',
|
||||
'is_gzip_enabled' => 'boolean',
|
||||
'is_stripprefix_enabled' => 'boolean',
|
||||
'public_port' => 'integer',
|
||||
'public_port_timeout' => 'integer',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user