This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
docker-examples/build.yaml
Oliver Davies dda036f9b1 ci: remove PHPUnit, PHPStan and PHPCS
Remove these checks as there are no custom modules.
2023-10-18 19:35:57 +02:00

44 lines
663 B
YAML

name: docker-example-drupal-commerce-kickstart
language: php
type: drupal
web:
type: nginx
database:
type: mariadb
version: 10
php:
version: 8.1-fpm-bullseye
phpcs: false
phpstan: false
phpunit: false
drupal:
docroot: web
docker-compose:
services:
- database
- php
- web
dockerfile:
stages:
build:
extra_directories:
- config
- patches
- scripts
commands:
- composer validate
- composer install
extensions:
install:
- bcmath
experimental:
createGitHubActionsConfiguration: true
runGitHooksBeforePush: true
useNewDatabaseCredentials: true