mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: timeout for instant remote processes
This commit is contained in:
@@ -124,8 +124,7 @@ class Server extends BaseModel
|
||||
return $this->destinations()->map(function ($standaloneDocker) {
|
||||
$postgresqls = $standaloneDocker->postgresqls;
|
||||
$redis = $standaloneDocker->redis;
|
||||
return $postgresqls->merge($redis);
|
||||
// return $postgresqls?->concat([]) ?? collect([]);
|
||||
return $postgresqls->concat($redis);
|
||||
})->flatten();
|
||||
}
|
||||
public function applications()
|
||||
|
||||
Reference in New Issue
Block a user