Merge branch 'next' into fix-cloning

This commit is contained in:
🏔️ Peak
2025-01-10 18:17:22 +01:00
committed by GitHub
7 changed files with 137 additions and 12 deletions

View File

@@ -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) {