docker-example-drupal-comme.../build.yaml

51 lines
738 B
YAML
Raw Normal View History

2023-10-18 13:19:03 +00:00
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
2023-10-18 13:19:03 +00:00
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
2023-10-18 18:58:32 +00:00
git:
ignore:
- /bin/
- /libraries/
- /web/profiles/contrib/
2023-10-18 13:19:03 +00:00
experimental:
createGitHubActionsConfiguration: true
runGitHooksBeforePush: true
useNewDatabaseCredentials: true