mirror of
https://github.com/opdavies/build-configs.git
synced 2025-09-05 10:55:33 +01: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
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue