Update build configuration files

This commit is contained in:
Oliver Davies 2024-06-27 12:17:06 +01:00
parent 980b8f6d22
commit 0df758953b

View file

@ -7,6 +7,8 @@ export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:/var/www/html
export DRUSH_OPTIONS_URI="https://${COMPOSE_PROJECT_NAME}.docker.localhost"
export MYSQL_DATABASE=app
export MYSQL_PASSWORD=app
export MYSQL_USER=app