Add Bitnami Docker images for MariaDB, MongoDB, MySQL, PostgreSQL, and Redis
This commit is contained in:
parent
53a5ccef31
commit
a334f998a2
@ -13,6 +13,11 @@ const VALID_CRON_STRINGS = [
|
|||||||
const RESTART_MODE = 'unless-stopped';
|
const RESTART_MODE = 'unless-stopped';
|
||||||
|
|
||||||
const DATABASE_DOCKER_IMAGES = [
|
const DATABASE_DOCKER_IMAGES = [
|
||||||
|
'bitnami/mariadb',
|
||||||
|
'bitnami/mongodb',
|
||||||
|
'bitnami/mysql',
|
||||||
|
'bitnami/postgresql',
|
||||||
|
'bitnami/redis',
|
||||||
'mysql',
|
'mysql',
|
||||||
'mariadb',
|
'mariadb',
|
||||||
'postgres',
|
'postgres',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user