Update build configuration files

This commit is contained in:
Oliver Davies 2024-06-27 12:16:51 +01:00
parent fc59388947
commit 2cee0a66c8

View file

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