2024-11-14

This commit is contained in:
gcch 2024-11-14 09:11:46 +01:00
commit a41cd27833
244 changed files with 17423 additions and 740 deletions

View file

@ -7,8 +7,8 @@ xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.11"
type: mariadb
version: "10.11"
use_dns_when_possible: true
composer_version: "2"
web_environment: []
@ -225,12 +225,12 @@ corepack_enable: true
# The default time that DDEV waits for all containers to become ready can be increased from
# the default 120. This helps in importing huge databases, for example.
# web_extra_exposed_ports:
# - name: nodejs
#web_extra_exposed_ports:
#- name: nodejs
# container_port: 3000
# http_port: 2999
# https_port: 3000
# - name: something
#- name: something
# container_port: 4000
# https_port: 4000
# http_port: 3999
@ -248,11 +248,11 @@ corepack_enable: true
# http_port: 9998
# https_port: 9999
# web_extra_daemons:
# - name: "http-1"
#web_extra_daemons:
#- name: "http-1"
# command: "/var/www/html/node_modules/.bin/http-server -p 3000"
# directory: /var/www/html
# - name: "http-2"
#- name: "http-2"
# command: "/var/www/html/node_modules/.bin/http-server /var/www/html/sub -p 3000"
# directory: /var/www/html
@ -278,7 +278,7 @@ corepack_enable: true
# See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
# information on the commands that can be extended and the tasks you can define
# for them. Example:
# hooks:
#hooks:
# Un-comment to emit the WP CLI version after ddev start.
# post-start:
# - exec: wp cli version