feat:(service) Add Redis Insight to predefined docker networks by default (#7416)
This commit is contained in:
commit
924812d7cd
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@
|
|||
const NEEDS_TO_CONNECT_TO_PREDEFINED_NETWORK = [
|
||||
'pgadmin',
|
||||
'postgresus',
|
||||
'redis-insight',
|
||||
];
|
||||
const NEEDS_TO_DISABLE_GZIP = [
|
||||
'beszel' => ['beszel'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue