fix: able to support more database dynamically from Coolify's UI

This commit is contained in:
Andras Bacsai
2024-10-03 13:49:43 +02:00
parent 5282248cb4
commit ef448280d8
3 changed files with 59 additions and 11 deletions

View File

@@ -34,6 +34,7 @@ const DATABASE_DOCKER_IMAGES = [
'influxdb',
'clickhouse/clickhouse-server',
'supabase/postgres',
'elestio/postgres',
];
const SPECIFIC_SERVICES = [
'quay.io/minio/minio',