mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: show keydbs/dragonflies/clickhouses
This commit is contained in:
@@ -27,6 +27,9 @@ class Environment extends Model
|
|||||||
$this->redis()->count() == 0 &&
|
$this->redis()->count() == 0 &&
|
||||||
$this->postgresqls()->count() == 0 &&
|
$this->postgresqls()->count() == 0 &&
|
||||||
$this->mysqls()->count() == 0 &&
|
$this->mysqls()->count() == 0 &&
|
||||||
|
$this->keydbs()->count() == 0 &&
|
||||||
|
$this->dragonflies()->count() == 0 &&
|
||||||
|
$this->clickhouses()->count() == 0 &&
|
||||||
$this->mariadbs()->count() == 0 &&
|
$this->mariadbs()->count() == 0 &&
|
||||||
$this->mongodbs()->count() == 0 &&
|
$this->mongodbs()->count() == 0 &&
|
||||||
$this->services()->count() == 0;
|
$this->services()->count() == 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user