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

6
.gitignore vendored
View file

@ -2,12 +2,15 @@
!*/
!/.gitignore
!/**/.gitkeep
!/.docker.env.example
!/.dockerignore
!/.github/**
!/.idea/
!/assets/**
!/bin/
!/config/**
!/Makefile
!/Dockerfile
!/docker-compose.yaml
!/phpcs.xml.dist
!/phpstan.neon
!/phpunit.xml.dist
@ -17,6 +20,7 @@
!/web/modules/custom/**
!/web/sites/default/environments/settings.*.php
!/web/sites/default/settings.php
!/web/sites/default/settings.docker.php
!/web/themes/custom/**
/.idea/workspace.xml
/node_modules/