refactor(applications): remove unused docker compose raw decoding
This commit is contained in:
parent
d402aca7a6
commit
6c7b64e96d
1 changed files with 0 additions and 1 deletions
|
|
@ -1015,7 +1015,6 @@ private function create_application(Request $request, $type)
|
|||
],
|
||||
], 422);
|
||||
}
|
||||
$dockerComposeRaw = base64_decode($request->docker_compose_raw);
|
||||
$yaml = Yaml::parse($dockerComposeRaw);
|
||||
$services = data_get($yaml, 'services');
|
||||
$dockerComposeDomains = collect($request->docker_compose_domains);
|
||||
|
|
|
|||
Loading…
Reference in a new issue