build-configs(update)

This commit is contained in:
Oliver Davies 2023-04-21 22:38:40 +01:00
parent 7d6fcc23ea
commit 27fa24933b
9 changed files with 9 additions and 9 deletions

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
export DOCKER_UID=1000 export DOCKER_UID=1000

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
FROM php:8.1-fpm-bullseye AS base FROM php:8.1-fpm-bullseye AS base

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
x-proxy: &default-proxy x-proxy: &default-proxy
networks: networks:

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
default: default:
@just --list @just --list

View file

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<!-- Do not edit this file. It is automatically generated by 'build-configs'. --> <!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
<ruleset name="docker-example-drupal coding standards"> <ruleset name="docker-example-drupal coding standards">
<description>PHPCS configuration file for docker-example-drupal.</description> <description>PHPCS configuration file for docker-example-drupal.</description>

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
parameters: parameters:
level: max level: max

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Do not edit this file. It is automatically generated by 'build-configs'. --> <!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. -->
<phpunit <phpunit
beStrictAboutChangesToGlobalState="true" beStrictAboutChangesToGlobalState="true"
beStrictAboutOutputDuringTests="false" beStrictAboutOutputDuringTests="false"

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
[[ -f composer.json && ! -d vendor ]] && composer install [[ -f composer.json && ! -d vendor ]] && composer install

View file

@ -1,4 +1,4 @@
# Do not edit this file. It is automatically generated by 'build-configs'. # Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
server { server {
server_name _; server_name _;