feat: Add container name to network aliases in ApplicationDeploymentJob
This commit is contained in:
parent
d53a9e672c
commit
d46ff76887
1 changed files with 3 additions and 1 deletions
|
|
@ -1296,7 +1296,9 @@ private function generate_compose_file()
|
|||
'expose' => $ports,
|
||||
'networks' => [
|
||||
$this->destination->network => [
|
||||
'aliases' => []
|
||||
'aliases' => [
|
||||
$this->container_name
|
||||
]
|
||||
]
|
||||
],
|
||||
'mem_limit' => $this->application->limits_memory,
|
||||
|
|
|
|||
Loading…
Reference in a new issue