Update ddev config

This commit is contained in:
Björn Fromme
2021-07-28 09:31:53 +02:00
parent 5f63d088de
commit 94662c626f
+10 -7
View File
@@ -1,7 +1,7 @@
name: ep-reisen
type: typo3
docroot: public
php_version: "7.3"
php_version: "7.4"
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
@@ -27,12 +27,12 @@ use_dns_when_possible: true
timezone: Europe/Berlin
composer_version: "2"
web_environment:
- TYPO3_CONTEXT=Development
- TYPO3_CONTEXT=Development
# This config.yaml was created with ddev version v1.17.1
# webimage: drud/ddev-webserver:v1.17.1
# dbimage: drud/ddev-dbserver-mariadb-10.3:v1.17.0
# This config.yaml was created with ddev version v1.17.7
# webimage: drud/ddev-webserver:v1.17.7
# dbimage: drud/ddev-dbserver-mariadb-10.3:v1.17.7
# dbaimage: phpmyadmin:5
# However we do not recommend explicitly wiring these images into the
# config.yaml as they may break future versions of ddev.
@@ -71,6 +71,11 @@ web_environment:
# "ddev xdebug" to enable xdebug and "ddev xdebug off" to disable it work better,
# as leaving xdebug enabled all the time is a big performance hit.
# xhprof_enabled: false # Set to true to enable xhprof and "ddev start" or "ddev restart"
# Note that for most people the commands
# "ddev xhprof" to enable xhprof and "ddev xhprof off" to disable it work better,
# as leaving xhprof enabled all the time is a big performance hit.
# webserver_type: nginx-fpm # or apache-fpm
# timezone: Europe/Berlin
@@ -183,8 +188,6 @@ web_environment:
# This is to enable experimentation with alternate file mounting strategies.
# For advanced users only!
# provider: default # Currently "default", "pantheon", "ddev-live"
#
# Many ddev commands can be extended to run tasks before or after the
# ddev command is executed, for example "post-start", "post-import-db",
# "pre-composer", "post-composer"