mirror of
https://github.com/opdavies/build-configs.git
synced 2025-03-13 05:26:56 +00:00
fix: include MySQL variables for Drupal
These environment variables are needed for the initial database to be created for Drupal.
This commit is contained in:
parent
a5f5771317
commit
5f1c8afa9c
|
@ -6,3 +6,9 @@ export COMPOSE_PROFILES=web,php,database
|
|||
|
||||
export DOCKER_WEB_VOLUME=.:/app
|
||||
{% endif %}
|
||||
|
||||
{% if "drupal-project" == type %}
|
||||
export MYSQL_DATABASE=drupal
|
||||
export MYSQL_PASSWORD=drupal
|
||||
export MYSQL_USER=drupal
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue