mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-25 12:24:45 +02:00
Fix labels position in server config
This commit is contained in:
parent
c31b7b8c6a
commit
b804878d7b
@ -50,6 +50,7 @@ class ServerConfigurationStructureService
|
|||||||
'environment' => $this->environment->handle($server),
|
'environment' => $this->environment->handle($server),
|
||||||
'invocation' => $server->startup,
|
'invocation' => $server->startup,
|
||||||
'skip_egg_scripts' => $server->skip_scripts,
|
'skip_egg_scripts' => $server->skip_scripts,
|
||||||
|
'labels' => $server->docker_labels,
|
||||||
'build' => [
|
'build' => [
|
||||||
'memory_limit' => $server->memory,
|
'memory_limit' => $server->memory,
|
||||||
'swap' => $server->swap,
|
'swap' => $server->swap,
|
||||||
@ -62,7 +63,6 @@ class ServerConfigurationStructureService
|
|||||||
'container' => [
|
'container' => [
|
||||||
'image' => $server->image,
|
'image' => $server->image,
|
||||||
'requires_rebuild' => false,
|
'requires_rebuild' => false,
|
||||||
'labels' => $server->docker_labels,
|
|
||||||
],
|
],
|
||||||
'allocations' => [
|
'allocations' => [
|
||||||
'force_outgoing_ip' => $server->egg->force_outgoing_ip,
|
'force_outgoing_ip' => $server->egg->force_outgoing_ip,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user