Service Stack Compose File Environment Variables Danger Zone

Configuration

Save

Service Stack

@foreach ($service->applications as $application) @if ($application->human_name) {{ Str::headline($application->human_name) }} @else {{ Str::headline($application->name) }} @endif @if ($application->description) {{ $application->description }} @endif @if ($application->fqdn) {{ $application->fqdn }} @endif @endforeach @foreach ($service->databases as $database) @if ($database->human_name) {{ Str::headline($database->human_name) }} @else {{ Str::headline($database->name) }} @endif @if ($database->description) {{ $database->description }} @endif @endforeach

Docker Compose

Show Deployable Save
Show Source Save