Configuring the application database
MySQL
8.0.17
, and the utf8mb4
character set is required. You can provide the connection details to MySQL by using environment variables as shown below:
MYSQL_HOST
either: a) you're using a fully qualified hostname, or b) that you've set a proper entry in your container's /etc/hosts file
.Redis
6.0.5
. You can provide the connection details to Redis by using environment variables as shown below:
REDIS_HOST
either: a) you're using a fully qualified hostname, or b) that you've set a proper entry in your container's /etc/hosts file
.