Advanced
Advanced configuration for your application.
General
@if ($application->git_based())
@endif
@if ($application->build_pack === 'dockercompose')
Docker Compose
@endif
Container Names
@if (!$isConsistentContainerNameEnabled)
@endif
@if ($application->build_pack === 'dockercompose')
Network
@endif
@if (!$isRawComposeDeploymentEnabled)
Logs
@endif
@if ($application->git_based())
Git
@endif
{{--
--}}