Move all files to drupal-localgov/

This commit is contained in:
Oliver Davies 2025-09-29 22:16:27 +01:00
parent 34eff4ef8b
commit 45d226aaad
24 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,37 @@
name: docker-example-drupal-localgov
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:
commands:
- composer validate --strict
- composer install
extra_directories:
- assets
experimental:
useNewDatabaseCredentials: true