Add Bitnami Docker images for MariaDB, MongoDB, MySQL, PostgreSQL, and Redis
This commit is contained in:
parent
53a5ccef31
commit
a334f998a2
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@
|
||||||
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…
Reference in a new issue