atdc/build-configs.yaml

45 lines
692 B
YAML
Raw Normal View History

---
name: atdc
template: drupal
parameters:
2024-07-31 19:46:02 +00:00
web:
type: nginx
2024-07-31 19:46:02 +00:00
database:
type: mariadb
version: 10
php:
version: 8.2-fpm-bullseye
phpcs:
paths:
- web/modules/custom
standards:
- Drupal
- DrupalPractice
phpstan:
level: max
paths:
- web/modules/custom
drupal:
docroot: web
docker-compose:
services:
- database
- php
- web
dockerfile:
stages:
build:
commands:
- composer validate --strict
- composer install
experimental:
2024-07-31 19:46:02 +00:00
createGitHubActionsConfiguration: true
runGitHooksBeforePush: true
useNewDatabaseCredentials: true