Environment Variables(Database):
-
MySQL:
Variable |
Value Example |
Description |
MYSQL_VERSION |
5.7.20 |
A version of the running MySQL server (informational) |
ON_ENV_INSTALL |
https://raw.githubusercontent.com/CloudJiffy-jps/mysql-cluster/master/addons/auto-clustering/auto-cluster.jps |
A script to be executed after environment creation |
PHP_MYSQLADMIN_ENABLED |
true |
The “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes |
-
MariaDB:
Variable |
Value Example |
Description |
MARIADB_VERSION |
10.2.12 |
A version of the running MariaDB server (informational) |
PHP_MYSQLADMIN_ENABLED |
true |
The “true” and “1” values allow usage of the phpMyAdmin panel, while any other disables it. Restart is required to apply changes |
-
PostgreSQL:
Variable |
Value Example |
Description |
POSTGRES_VERSION |
10.4 |
A version of the running PostgreSQL server (informational) |
-
Redis:
Variable |
Value Example |
Description |
REDIS_COMMANDER |
enabled |
Defines if the Redis Commander management tool should be enabledor disabled |
REDIS_SENTINEL |
disabled |
Defines if Redis Sentinel high-availability and monitoring tool should be enabled or disabled |
STACK_NAME |
redis |
A name of the current stack (informational) |