feat:(service) Add Redis Insight to predefined docker networks by default (#7416)

This commit is contained in:
Andras Bacsai 2025-12-15 15:51:06 +01:00 committed by GitHub
commit 924812d7cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,6 +73,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'],