General configuration for your application.
diff --git a/resources/views/livewire/project/new/public-git-repository.blade.php b/resources/views/livewire/project/new/public-git-repository.blade.php
index cef6cffaf..090f9ee4a 100644
--- a/resources/views/livewire/project/new/public-git-repository.blade.php
+++ b/resources/views/livewire/project/new/public-git-repository.blade.php
@@ -52,15 +52,21 @@
helper="It is calculated together with the Base Directory:
{{ Str::start($base_directory . $docker_compose_location, '/') }}" />
Compose file location in your repository:
{{ Str::start($base_directory . $docker_compose_location, '/') }}
+ @else
+
@endif
@if ($show_is_static)
-
+
@endif
+ {{--
+
+
--}}
{{-- @if ($build_pack === 'dockercompose' && isDev())
If you choose Docker Compose based deployments, you cannot
change it afterwards.
diff --git a/resources/views/livewire/project/shared/upload-config.blade.php b/resources/views/livewire/project/shared/upload-config.blade.php
new file mode 100644
index 000000000..6980d249e
--- /dev/null
+++ b/resources/views/livewire/project/shared/upload-config.blade.php
@@ -0,0 +1,6 @@
+