Update ddev config
This commit is contained in:
+11
-8
@@ -1,7 +1,7 @@
|
|||||||
name: ep-reisen
|
name: ep-reisen
|
||||||
type: typo3
|
type: typo3
|
||||||
docroot: public
|
docroot: public
|
||||||
php_version: "7.3"
|
php_version: "7.4"
|
||||||
webserver_type: apache-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
@@ -27,12 +27,12 @@ use_dns_when_possible: true
|
|||||||
timezone: Europe/Berlin
|
timezone: Europe/Berlin
|
||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
web_environment:
|
web_environment:
|
||||||
- TYPO3_CONTEXT=Development
|
- TYPO3_CONTEXT=Development
|
||||||
|
|
||||||
|
|
||||||
# This config.yaml was created with ddev version v1.17.1
|
# This config.yaml was created with ddev version v1.17.7
|
||||||
# webimage: drud/ddev-webserver:v1.17.1
|
# webimage: drud/ddev-webserver:v1.17.7
|
||||||
# dbimage: drud/ddev-dbserver-mariadb-10.3:v1.17.0
|
# dbimage: drud/ddev-dbserver-mariadb-10.3:v1.17.7
|
||||||
# dbaimage: phpmyadmin:5
|
# dbaimage: phpmyadmin:5
|
||||||
# However we do not recommend explicitly wiring these images into the
|
# However we do not recommend explicitly wiring these images into the
|
||||||
# config.yaml as they may break future versions of ddev.
|
# 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,
|
# "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.
|
# 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
|
# webserver_type: nginx-fpm # or apache-fpm
|
||||||
|
|
||||||
# timezone: Europe/Berlin
|
# timezone: Europe/Berlin
|
||||||
@@ -173,7 +178,7 @@ web_environment:
|
|||||||
# In this case the user must provide all such settings.
|
# In this case the user must provide all such settings.
|
||||||
|
|
||||||
# You can inject environment variables into the web container with:
|
# You can inject environment variables into the web container with:
|
||||||
# web_environment:
|
# web_environment:
|
||||||
# - SOMEENV=somevalue
|
# - SOMEENV=somevalue
|
||||||
# - SOMEOTHERENV=someothervalue
|
# - SOMEOTHERENV=someothervalue
|
||||||
|
|
||||||
@@ -183,8 +188,6 @@ web_environment:
|
|||||||
# This is to enable experimentation with alternate file mounting strategies.
|
# This is to enable experimentation with alternate file mounting strategies.
|
||||||
# For advanced users only!
|
# For advanced users only!
|
||||||
|
|
||||||
# provider: default # Currently "default", "pantheon", "ddev-live"
|
|
||||||
#
|
|
||||||
# Many ddev commands can be extended to run tasks before or after the
|
# Many ddev commands can be extended to run tasks before or after the
|
||||||
# ddev command is executed, for example "post-start", "post-import-db",
|
# ddev command is executed, for example "post-start", "post-import-db",
|
||||||
# "pre-composer", "post-composer"
|
# "pre-composer", "post-composer"
|
||||||
|
|||||||
Reference in New Issue
Block a user