{{ data_get_str($service, 'name')->limit(10) }} > Configuration | Coolify

Services

@foreach ($applications as $application)
str( $application->status)->contains(['exited']), 'border-l border-dashed border-success' => str( $application->status)->contains(['running']), 'border-l border-dashed border-warning' => str( $application->status)->contains(['starting']), 'flex gap-2 box-without-bg-without-border dark:bg-coolgray-100 bg-white dark:hover:text-neutral-300 group', ])>
@if ($application->human_name) {{ Str::headline($application->human_name) }} @else {{ Str::headline($application->name) }} @endif ({{ $application->image }})
@if ($application->configuration_required) (configuration required) @endif @if ($application->description) {{ Str::limit($application->description, 60) }} @endif @if ($application->fqdn) {{ Str::limit($application->fqdn, 60) }} @endif
{{ $application->status }}
Settings @if (str($application->status)->contains('running')) This application will be unavailable during the restart.
Please think again.
@endif
@endforeach @foreach ($databases as $database)
str($database->status)->contains( ['exited']), 'border-l border-dashed border-success' => str($database->status)->contains( ['running']), 'border-l border-dashed border-warning' => str($database->status)->contains( ['restarting']), 'flex gap-2 box-without-bg-without-border dark:bg-coolgray-100 bg-white dark:hover:text-neutral-300 group', ])>
@if ($database->human_name) {{ Str::headline($database->human_name) }} @else {{ Str::headline($database->name) }} @endif ({{ $database->image }})
@if ($database->configuration_required) (configuration required) @endif @if ($database->description) {{ Str::limit($database->description, 60) }} @endif
{{ $database->status }}
Settings @if (str($database->status)->contains('running')) This database will be unavailable during the restart.
Please think again.
@endif
@endforeach

Storages

Persistent storage to preserve data between deployments.
If you would like to add a volume, you must add it to your compose file (General tab).
@foreach ($applications as $application) @endforeach @foreach ($databases as $database) @endforeach