feat: add Drupal LocalGov example

This commit is contained in:
Oliver Davies 2023-03-03 19:36:19 +00:00
commit 17c5703d29
19 changed files with 1800 additions and 0 deletions

10
.env.example Normal file
View file

@ -0,0 +1,10 @@
export DOCKER_UID=1000
export COMPOSE_PROJECT_NAME=docker-example-drupal-localgov
export COMPOSE_PROFILES=web,php,database
export DOCKER_WEB_VOLUME=.:/app
export MYSQL_DATABASE=app
export MYSQL_PASSWORD=app
export MYSQL_USER=app