Add Docker Compose based applications and preview deployments to proxy on restart

This commit is contained in:
Andras Bacsai
2023-11-28 12:48:55 +01:00
parent d058e04213
commit 2788fcf4e1
3 changed files with 36 additions and 3 deletions

View File

@@ -1072,7 +1072,6 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
throw new \Exception($e->getMessage());
}
}
ray($yaml);
$server = $resource->destination->server;
$topLevelVolumes = collect(data_get($yaml, 'volumes', []));
if ($pull_request_id !== 0) {