mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
fix make public in supabase
This commit is contained in:
parent
6f8379da32
commit
a5199c6e1a
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,10 @@ class StartDatabaseProxy
|
|||
$type = \App\Models\StandaloneClickhouse::class;
|
||||
$containerName = "clickhouse-{$database->service->uuid}";
|
||||
break;
|
||||
case 'standalone-supabase/postgres':
|
||||
$type = \App\Models\StandalonePostgresql::class;
|
||||
$containerName = "supabase-db-{$database->service->uuid}";
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ($type === \App\Models\StandaloneRedis::class) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue