From 185c080c5345277a6341ca46263cd84d020f2c52 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 9 May 2023 21:28:01 +0100 Subject: [PATCH] build-configs(update) --- .env.example | 2 +- .githooks/pre-push | 2 +- Dockerfile | 2 +- docker-compose.yaml | 2 +- justfile | 2 +- phpcs.xml.dist | 2 +- phpstan.neon.dist | 2 +- phpunit.xml.dist | 2 +- .../docker/images/php/root/usr/local/bin/docker-entrypoint-php | 2 +- tools/docker/images/web/root/etc/nginx/conf.d/default.conf | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.env.example b/.env.example index c8344a9..6b5e195 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,4 @@ -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. export DOCKER_UID=1000 diff --git a/.githooks/pre-push b/.githooks/pre-push index 2233106..4b38503 100755 --- a/.githooks/pre-push +++ b/.githooks/pre-push @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. set -euo pipefail diff --git a/Dockerfile b/Dockerfile index b28f1a4..c882bea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. FROM php:8.1-fpm-bullseye AS base diff --git a/docker-compose.yaml b/docker-compose.yaml index a8500cb..2cbe8a8 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,4 +1,4 @@ -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. x-proxy: &default-proxy networks: diff --git a/justfile b/justfile index 99f0f09..269527d 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. default: @just --list diff --git a/phpcs.xml.dist b/phpcs.xml.dist index 1719372..f27b267 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,5 +1,5 @@ - + PHPCS configuration file for docker-example-drupal. diff --git a/phpstan.neon.dist b/phpstan.neon.dist index a5a696c..c24d920 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -1,4 +1,4 @@ -# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs. +# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. parameters: level: max diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 179546d..53167da 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - +