build: opt in to new database credentials
This commit is contained in:
parent
e368f28813
commit
c981263b9f
2 changed files with 6 additions and 3 deletions
|
|
@ -7,6 +7,6 @@ export COMPOSE_PROFILES=web,php,database
|
||||||
|
|
||||||
export DOCKER_WEB_VOLUME=.:/app
|
export DOCKER_WEB_VOLUME=.:/app
|
||||||
|
|
||||||
export MYSQL_DATABASE=drupal
|
export MYSQL_DATABASE=app
|
||||||
export MYSQL_PASSWORD=drupal
|
export MYSQL_PASSWORD=app
|
||||||
export MYSQL_USER=drupal
|
export MYSQL_USER=app
|
||||||
|
|
|
||||||
|
|
@ -54,3 +54,6 @@ dockerfile:
|
||||||
- phpcs -vv
|
- phpcs -vv
|
||||||
- phpstan
|
- phpstan
|
||||||
- phpunit --testdox
|
- phpunit --testdox
|
||||||
|
|
||||||
|
experimental:
|
||||||
|
useNewDatabaseCredentials: true
|
||||||
|
|
|
||||||
Reference in a new issue