feat: add predefined network connection for pgAdmin and postgresus services

This commit is contained in:
Andras Bacsai
2025-11-28 10:29:08 +01:00
parent 83f9fd8e20
commit e5280fd3ad
3 changed files with 6 additions and 2 deletions

View File

@@ -67,4 +67,8 @@ const SUPPORTED_OS = [
'alpine',
];
const NEEDS_TO_CONNECT_TO_PREDEFINED_NETWORK = [
'pgadmin',
'postgresus',
];
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];