fix: public service database

This commit is contained in:
Andras Bacsai
2024-03-25 12:13:43 +01:00
parent 9ad6ce5851
commit 7c580f898c
6 changed files with 13 additions and 12 deletions

View File

@@ -27,7 +27,8 @@ const DATABASE_DOCKER_IMAGES = [
'couchdb',
'neo4j',
'influxdb',
'clickhouse/clickhouse-server'
'clickhouse/clickhouse-server',
'supabase/postgres'
];
const SPECIFIC_SERVICES = [
'quay.io/minio/minio',