Advanced
        
        Advanced configuration for your application.
        
            
General
            @if ($application->git_based())
                
                
                @if ($isPreviewDeploymentsEnabled)
                    
                @endif
            @endif
            
            @if ($application->settings->is_container_label_readonly_enabled)
                
                
                
            @else
                
                
                
            @endif
            @if ($application->build_pack === 'dockercompose')
                Docker Compose
                
            @endif
            Container Names
            
            @if ($isConsistentContainerNameEnabled === false)
                
            @endif
            @if ($application->build_pack === 'dockercompose')
                Network
                
            @endif
            Logs
            
            @if ($application->git_based())
                Git
                
                
                
            @endif