Merge branch 'next' into shadow/improve-service-postgresus

This commit is contained in:
Andras Bacsai
2025-11-28 10:18:45 +01:00
committed by GitHub
37 changed files with 1456 additions and 162 deletions

View File

@@ -81,7 +81,7 @@ class Create extends Component
'destination_id' => $destination->id,
'destination_type' => $destination->getMorphClass(),
];
if ($oneClickServiceName === 'cloudflared' || $oneClickServiceName === 'pgadmin' || $oneClickServiceName === 'postgresus') {
if ($oneClickServiceName === 'pgadmin' || $oneClickServiceName === 'postgresus') {
data_set($service_payload, 'connect_to_docker_network', true);
}
$service = Service::create($service_payload);