feat: Add container name to network aliases in ApplicationDeploymentJob
This commit is contained in:
parent
d53a9e672c
commit
d46ff76887
@ -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 New Issue
Block a user