Initial commit

This commit is contained in:
Oliver Davies 2024-11-20 13:23:17 +00:00
commit 5036f657b3
37 changed files with 13223 additions and 0 deletions

31
build-configs.yaml Normal file
View file

@ -0,0 +1,31 @@
name: drupal-london-meetup
template: drupal
web:
type: nginx
database:
type: mariadb
version: 10
php:
version: 8.3-fpm-bullseye
phpcs:
paths:
- web/modules/custom
standards:
- Drupal
- DrupalPractice
phpstan: false
drupal:
docroot: web
docker-compose:
services:
- database
- php
- web
dockerfile:
stages:
build:
commands:
- composer validate --strict
- composer install
experimental:
createGitHubActionsConfiguration: false