Update snapshots

This commit is contained in:
Oliver Davies 2024-07-31 13:00:00 +01:00
parent 3d573975cd
commit bfe0117e5e
15 changed files with 143 additions and 24 deletions

View file

@ -7,6 +7,12 @@ 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
export DB_NAME="$MYSQL_DATABASE"
export DB_PASSWORD="$MYSQL_PASSWORD"
export DB_USER="$MYSQL_USER"