Merge pull request #5341 from plumelo/feat/application-docker-compose-name

fix(api): use name from request payload
This commit is contained in:
Andras Bacsai 2025-03-18 10:38:37 +01:00 committed by GitHub
commit b888d86d90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1310,7 +1310,6 @@ private function create_application(Request $request, $type)
$service->destination_type = $destination->getMorphClass();
$service->save();
$service->name = "service-$service->uuid";
$service->parse(isNew: true);
if ($instantDeploy) {
StartService::dispatch($service);