Add missing build configuration files

This commit is contained in:
Oliver Davies 2024-07-31 20:46:02 +01:00
parent 8d1a3b2d91
commit e526a47389
11 changed files with 129 additions and 17 deletions

View file

@ -2,6 +2,12 @@
export DOCKER_UID=1000
export COMPOSE_PROJECT_NAME=atdc
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