MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system. It is designed as a drop-in replacement for MySQL with more features, new storage engines, fewer bugs, and better performance.
For more information, visit MariaDB.org.
You can retrieve the credential of MariaDB with the following environment variables:
${MARIADB_USERNAME}
: The username of this MariaDB instance.${MARIADB_PASSWORD}
: The password of this MariaDB instance.${MARIADB_DATABASE}
: The database name of this MariaDB instance.${MARIADB_HOST}
: The hostname of this MariaDB instance.${MARIADB_PORT}
: The port of this MariaDB instance.