> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coollabs.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Databases

Quickly deploy databases with a few clicks.

* [MongoDB](https://mongodb.com) -
  [AMD64](https://hub.docker.com/r/bitnami/mongodb/)/[ARM](https://hub.docker.com/_/mongo/)
* [MariaDB](https://mariadb.org/) -
  [AMD64](https://hub.docker.com/r/bitnami/mariadb/)/[ARM](https://hub.docker.com/_/mariadb/)
* [MySQL](https://www.mysql.com/) -
  [AMD64](https://hub.docker.com/r/bitnami/mysql/)/[ARM](https://hub.docker.com/_/mysql/)
* [PostgreSQL](https://www.postgresql.org/) -
  [AMD64](https://hub.docker.com/r/bitnami/postgresql/)/[ARM](https://hub.docker.com/_/postgres/)
* [CouchDB](https://couchdb.apache.org/) -
  [AMD64](https://hub.docker.com/r/bitnami/couchdb/)/[ARM](https://hub.docker.com/_/couchdb/)
* [Redis](https://redis.io/) -
  [AMD64](https://hub.docker.com/r/bitnami/redis/)/[ARM](https://hub.docker.com/_/redis/)

To see all the features you could set with environment variables, check the base
image links!

<Tip>
  If you have a new database you would like to add, raise an idea
  [here](https://github.com/orgs/coollabsio/discussions) to get feedback from the community!
</Tip>

## Features

### Change default random passwords

You can change all your passwords from the UI (the database should run).

### Set it public

You can make your database public. Default: `off`

> Useful for backup and restore, or to reach your database outside of your
> server.
