build-configs(update)
This commit is contained in:
parent
e0bc7d544e
commit
8115bc3dd1
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/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
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/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
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ USER root
|
||||||
|
|
||||||
RUN apt-get update -yqq \
|
RUN apt-get update -yqq \
|
||||||
&& apt-get install -yqq --no-install-recommends \
|
&& apt-get install -yqq --no-install-recommends \
|
||||||
git libjpeg-dev libpng-dev libzip-dev mariadb-client unzip
|
git libpng-dev libjpeg-dev libzip-dev mariadb-client unzip
|
||||||
|
|
||||||
RUN docker-php-ext-configure gd --with-jpeg
|
RUN docker-php-ext-configure gd --with-jpeg
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/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:
|
||||||
|
@ -72,4 +72,5 @@ volumes:
|
||||||
db-data: {}
|
db-data: {}
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
external: true
|
||||||
name: traefik_proxy
|
name: traefik_proxy
|
||||||
|
|
3
justfile
3
justfile
|
@ -1,4 +1,5 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/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://oliverdavies.dev/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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/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://oliverdavies.dev/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"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/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
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
max_vars_input = 1000
|
max_vars_input = 1000
|
||||||
memory_limit = 128M
|
memory_limit = 128M
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||||
|
|
||||||
server {
|
server {
|
||||||
server_name _;
|
server_name _;
|
||||||
|
|
Loading…
Reference in a new issue