Add Docker and Docker Compose

This commit is contained in:
Oliver Davies 2021-02-09 12:00:00 +00:00
parent ebd57a2e69
commit 29d88893fa
11 changed files with 162 additions and 1 deletions

4
.docker.env.example Normal file
View file

@ -0,0 +1,4 @@
MYSQL_DATABASE=drupal
MYSQL_PASSWORD=drupal
MYSQL_ROOT_PASSWORD=root
MYSQL_USER=drupal