mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix: show keydbs/dragonflies/clickhouses
This commit is contained in:
parent
613e980267
commit
70bfd4dd8a
1 changed files with 3 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ class Environment extends Model
|
|||
$this->redis()->count() == 0 &&
|
||||
$this->postgresqls()->count() == 0 &&
|
||||
$this->mysqls()->count() == 0 &&
|
||||
$this->keydbs()->count() == 0 &&
|
||||
$this->dragonflies()->count() == 0 &&
|
||||
$this->clickhouses()->count() == 0 &&
|
||||
$this->mariadbs()->count() == 0 &&
|
||||
$this->mongodbs()->count() == 0 &&
|
||||
$this->services()->count() == 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue