Custom network aliases for other deployment options (not for compose and swarm)

This commit is contained in:
Piotr Wojcik
2025-01-07 01:59:51 +01:00
parent 9acde06795
commit 736cf20141

View File

@@ -307,7 +307,7 @@
<x-forms.input placeholder="3000:3000" id="application.ports_mappings" label="Ports Mappings"
helper="A comma separated list of ports you would like to map to the host system. Useful when you do not want to use domains.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>3000:3000,3002:3002<br><br>Rolling update is not supported if you have a port mapped to the host." />
@endif
@if ($application->build_pack === 'dockerfile' || $application->build_pack === 'dockerimage')
@if (!$application->destination->server->isSwarm())
<x-forms.input id="application.network_aliases" label="Network Aliases"
helper="A comma separated list of custom network aliases you would like to add for container in Docker network.<br><br><span class='inline-block font-bold dark:text-warning'>Example:</span><br>api.internal,api.local"
wire:model="application.network_aliases" />