General

Save
General configuration for your application.
@if ($services->count() === 0)
@if ($wildcard_domain) @if ($global_wildcard_domain) Set Global Wildcard @endif @if ($server_wildcard_domain) Set Server Wildcard @endif @endif
@if ($application->build_pack === 'dockerfile') @elseif ($application->build_pack === 'dockercompose') @else @endif
@endif @if ($application->settings->is_static) @endif @if ($application->could_set_build_commands())

Build

@if ($application->settings->is_static) @else @endif
@endif @if ($application->dockerfile) @endif @if ($services->count() > 0)

Services

@foreach ($services as $serviceName => $service) @if (!data_get($service, 'is_database'))

{{ Str::headline($serviceName) }}

{{-- --}}
@endif @endforeach @else

Network

@if ($application->settings->is_static) @else @endif
@endif

Advanced

@if ($application->could_set_build_commands()) @endif @if ($application->git_based()) @endif {{-- --}}