From a334f998a2a3b8a9e57d1ca1839b080c98d89d11 Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Sun, 11 Feb 2024 15:40:02 +0100 Subject: [PATCH] Add Bitnami Docker images for MariaDB, MongoDB, MySQL, PostgreSQL, and Redis --- bootstrap/helpers/constants.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 9b16ebfed..134cc6aad 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -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',