fix: add new supported database images

This commit is contained in:
Andras Bacsai
2024-10-03 20:47:22 +02:00
parent ccdaf59ecb
commit 0da31c34b5
2 changed files with 7 additions and 4 deletions

View File

@@ -20,12 +20,16 @@ const RESTART_MODE = 'unless-stopped';
const DATABASE_DOCKER_IMAGES = [
'bitnami/mariadb',
'bitnami/mongodb',
'bitnami/mysql',
'bitnami/postgresql',
'bitnami/redis',
'mysql',
'bitnami/mysql',
'mysql/mysql-server',
'mariadb',
'postgis/postgis',
'postgres',
'bitnami/postgresql',
'supabase/postgres',
'elestio/postgres',
'mongo',
'redis',
'memcached',
@@ -33,8 +37,6 @@ const DATABASE_DOCKER_IMAGES = [
'neo4j',
'influxdb',
'clickhouse/clickhouse-server',
'supabase/postgres',
'elestio/postgres',
];
const SPECIFIC_SERVICES = [
'quay.io/minio/minio',