build-configs(update)
This commit is contained in:
parent
185c080c53
commit
b7a821bedb
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
export DOCKER_UID=1000
|
export DOCKER_UID=1000
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
FROM php:8.1-fpm-bullseye AS base
|
FROM php:8.1-fpm-bullseye AS base
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
x-proxy: &default-proxy
|
x-proxy: &default-proxy
|
||||||
networks:
|
networks:
|
||||||
|
|
2
justfile
2
justfile
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@just --list
|
@just --list
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!-- Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs. -->
|
<!-- Do not edit this file. It is automatically generated by https://oliverdavies.dev/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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
level: max
|
level: max
|
||||||
|
|
|
@ -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 https://www.oliverdavies.dev/build-configs. -->
|
<!-- Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs. -->
|
||||||
<phpunit
|
<phpunit
|
||||||
beStrictAboutChangesToGlobalState="true"
|
beStrictAboutChangesToGlobalState="true"
|
||||||
beStrictAboutOutputDuringTests="false"
|
beStrictAboutOutputDuringTests="false"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
[[ -f composer.json && ! -d vendor ]] && composer install
|
[[ -f composer.json && ! -d vendor ]] && composer install
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||||
|
|
||||||
server {
|
server {
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
Loading…
Reference in a new issue