mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 VALID_CRON_STRINGS = [
|
|||
const RESTART_MODE = 'unless-stopped';
|
||||
|
||||
const DATABASE_DOCKER_IMAGES = [
|
||||
'bitnami/mariadb',
|
||||
'bitnami/mongodb',
|
||||
'bitnami/mysql',
|
||||
'bitnami/postgresql',
|
||||
'bitnami/redis',
|
||||
'mysql',
|
||||
'mariadb',
|
||||
'postgres',
|
||||
|
|
|
|||
Loading…
Reference in a new issue