refactor: Update Docker Compose parsing for services

This commit is contained in:
Andras Bacsai 2024-05-31 12:28:49 +02:00
parent 94de62e503
commit 48737f8e60

View File

@ -141,7 +141,7 @@ public function mount()
$this->initialDockerComposeLocation = $this->application->docker_compose_location; $this->initialDockerComposeLocation = $this->application->docker_compose_location;
if ($this->application->build_pack === 'dockercompose' && !$this->application->docker_compose_raw) { if ($this->application->build_pack === 'dockercompose' && !$this->application->docker_compose_raw) {
$this->initLoadingCompose = true; $this->initLoadingCompose = true;
$this->dispatch('info', 'Loading docker compose file...'); $this->dispatch('info', 'Loading docker compose file.');
} }
if (str($this->application->status)->startsWith('running') && is_null($this->application->config_hash)) { if (str($this->application->status)->startsWith('running') && is_null($this->application->config_hash)) {