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