New Resource

@foreach ($environments as $environment) @endforeach
Deploy resources, like Applications, Databases, Services...
@if ($current_step === 'type')
Loading...

Applications

Git Based

Docker Based

Databases

Services

Reload List
Trademarks Policy: The respective trademarks mentioned here are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Find more services here.
No resources found.
@endif
@if ($current_step === 'servers')

Select a server

@if ($onlyBuildServerAvailable)
Only build servers are available, you need at least one server that is not set as build server. Go to servers page
@else @forelse($servers as $server)
{{ $server->name }}
{{ $server->description }}
@empty
No validated & reachable servers found. Go to servers page
@endforelse @endif
@endif @if ($current_step === 'destinations')

Select a destination

Destinations are used to segregate resources by network. If you are unsure, select the default Standalone Docker (coolify).
@if ($server->isSwarm()) @foreach ($swarmDockers as $swarmDocker)
Swarm Docker ({{ $swarmDocker->name }})
@endforeach @else @foreach ($standaloneDockers as $standaloneDocker)
Standalone Docker ({{ $standaloneDocker->name }})
Network: {{ $standaloneDocker->network }}
@endforeach @endif
@endif @if ($current_step === 'select-postgresql-type')

Select a Postgresql type

If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select PostgreSQL 17 (default).
PostgreSQL 17 (default)
PostgreSQL is a powerful, open-source object-relational database system (no extensions).
Supabase PostgreSQL (with extensions)
Supabase is a modern, open-source alternative to PostgreSQL with lots of extensions.
PostGIS (AMD only)
PostGIS is a PostgreSQL extension for geographic objects.
PGVector (17)
PGVector is a PostgreSQL extension for vector data types.
@endif @if ($current_step === 'existing-postgresql')
Add Database @endif