Add Bitnami Docker images for MariaDB, MongoDB, MySQL, PostgreSQL, and Redis

This commit is contained in:
Andras Bacsai 2024-02-11 15:40:02 +01:00
parent 53a5ccef31
commit a334f998a2

View File

@ -13,6 +13,11 @@
const RESTART_MODE = 'unless-stopped';
const DATABASE_DOCKER_IMAGES = [
'bitnami/mariadb',
'bitnami/mongodb',
'bitnami/mysql',
'bitnami/postgresql',
'bitnami/redis',
'mysql',
'mariadb',
'postgres',