Add missing build configuration files
This commit is contained in:
parent
8d1a3b2d91
commit
e526a47389
11 changed files with 129 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue