@if ($current_step === 'type')
New Resource
@foreach ($environments as $environment)
@endforeach
Deploy resources, like Applications, Databases, Services...
Loading...
Applications
Services
Reload List
The respective trademarks mentioned here are owned by the respective companies, and use of them
does not imply any affiliation or endorsement.
@endif
@if ($current_step === 'servers')
@if ($onlyBuildServerAvailable)
Only build servers are available, you need at least one server that is not set as build
server.
Go to servers page
@else
@forelse($servers as $server)
{{ $server->name }}
{{ $server->description }}
@empty
@endforelse
@endif
@endif
@if ($current_step === 'destinations')
Destinations are used to segregate resources by network. If you are unsure, select the
default
Standalone Docker (coolify).
@if ($server->isSwarm())
@foreach ($swarmDockers as $swarmDocker)
Swarm Docker ({{ $swarmDocker->name }})
@endforeach
@else
@foreach ($standaloneDockers as $standaloneDocker)
Standalone Docker ({{ $standaloneDocker->name }})
Network: {{ $standaloneDocker->network }}
@endforeach
@endif
@endif
@if ($current_step === 'select-postgresql-type')