mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-27 00:19:57 +00:00
add destinations
This commit is contained in:
@@ -20,9 +20,13 @@ class Server extends BaseModel
|
||||
'team_id',
|
||||
'private_key_id',
|
||||
];
|
||||
public function destinations()
|
||||
public function standaloneDockers()
|
||||
{
|
||||
return $this->hasMany(PrivateKey::class);
|
||||
return $this->hasMany(StandaloneDocker::class);
|
||||
}
|
||||
public function swarmDockers()
|
||||
{
|
||||
return $this->hasMany(SwarmDocker::class);
|
||||
}
|
||||
public function privateKey()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user