fix: how to update docker-compose, environment variables and fqdns

This commit is contained in:
Andras Bacsai
2024-04-08 11:17:00 +02:00
parent a2e889587e
commit ddfded048c
2 changed files with 99 additions and 25 deletions

View File

@@ -1168,6 +1168,7 @@ function parseDockerComposeFile(Service|Application $resource, bool $isNew = fal
// });
// ray($withoutServiceEnvs);
// data_set($service, 'environment', $withoutServiceEnvs->toArray());
updateCompose($savedService);
return $service;
});
$finalServices = [