@foreach (data_get($parsedServices, 'services') as $serviceName => $service)
@if (!isDatabaseImage(data_get($service, 'image')))
@@ -73,11 +80,11 @@
buttonTitle="Generate Default Nginx Configuration" buttonFullWidth
submitAction="generateNginxConfiguration('{{ $application->settings->is_spa ? 'spa' : 'static' }}')"
:actions="[
- 'This will overwrite your current custom Nginx configuration.',
- 'The default configuration will be generated based on your application type (' .
- ($application->settings->is_spa ? 'SPA' : 'static') .
- ').',
- ]" />
+ 'This will overwrite your current custom Nginx configuration.',
+ 'The default configuration will be generated based on your application type (' .
+ ($application->settings->is_spa ? 'SPA' : 'static') .
+ ').',
+ ]" />
@endcan
@endif
- PORT environment variable detected ({{ $this->detectedPortInfo['port'] }})
-
Your Ports Exposes field is empty. Consider setting it to {{ $this->detectedPortInfo['port'] }} to ensure the proxy routes traffic correctly.
-
-
- @elseif (!$this->detectedPortInfo['matches'])
-
-
-
- PORT mismatch detected
-
Your PORT environment variable is set to {{ $this->detectedPortInfo['port'] }}, but it's not in your Ports Exposes configuration. Ensure they match for proper proxy routing.
-
-
@else
-
-
-
- PORT environment variable configured
-
Your PORT environment variable ({{ $this->detectedPortInfo['port'] }}) matches your Ports Exposes configuration.
+ PORT environment variable detected
+ ({{ $this->detectedPortInfo['port'] }})
+
Your Ports Exposes field is empty. Consider setting it to
+ {{ $this->detectedPortInfo['port'] }} to ensure the proxy routes traffic
+ correctly.
+
+
+ @elseif (!$this->detectedPortInfo['matches'])
+
+
+
+ PORT mismatch detected
+
Your PORT environment variable is set to
+ {{ $this->detectedPortInfo['port'] }}, but it's not in your Ports Exposes
+ configuration. Ensure they match for proper proxy routing.
+
+
@else
-
+
+
+
+ PORT environment variable configured
+
Your PORT environment variable ({{ $this->detectedPortInfo['port'] }}) matches
+ your Ports Exposes configuration.