Destinations | Coolify

Destinations

@if ($servers->count() > 0) @endif
Network endpoints to deploy your resources.
@forelse ($servers as $server) @forelse ($server->destinations() as $destination) @if ($destination->getMorphClass() === 'App\Models\StandaloneDocker')
{{ $destination->name }}
Server: {{ $destination->server->name }}
@endif @if ($destination->getMorphClass() === 'App\Models\SwarmDocker')
{{ $destination->name }}
server: {{ $destination->server->name }}
@endif @empty
No destinations found.
@endforelse @empty
No servers found.
@endforelse