Update ddev config

This commit is contained in:
Björn Fromme
2020-04-22 09:57:47 +02:00
parent 1bf817f4b6
commit 0932e7d99c
+21 -13
View File
@@ -1,4 +1,3 @@
APIVersion: v1.13.1
name: ep-reisen
type: typo3
docroot: public
@@ -21,9 +20,10 @@ omit_containers: [dba]
use_dns_when_possible: true
timezone: Europe/Berlin
# This config.yaml was created with ddev version v1.13.1
# webimage: drud/ddev-webserver:v1.13.1
# dbimage: drud/ddev-dbserver-mariadb-10.2:v1.13.0
# This config.yaml was created with ddev version v1.14.0
# webimage: drud/ddev-webserver:v1.14.0
# dbimage: drud/ddev-dbserver-mariadb-10.2:v1.14.0
# dbaimage: phpmyadmin/phpmyadmin:5
# However we do not recommend explicitly wiring these images into the
# config.yaml as they may break future versions of ddev.
@@ -92,11 +92,11 @@ timezone: Europe/Berlin
# These values specify the destination directory for ddev ssh and the
# directory in which commands passed into ddev exec are run.
# omit_containers: ["dba", "ddev-ssh-agent"]
# would omit the dba (phpMyAdmin) and ddev-ssh-agent containers. Currently
# only those two containers can be omitted here.
# Note that these containers can also be omitted globally in the
# ~/.ddev/global_config.yaml or with the "ddev config global" command.
# omit_containers: ["db", dba", "ddev-ssh-agent"]
# Currently only these containers are supported. Some containers can also be
# omitted globally in the ~/.ddev/global_config.yaml. Note that if you omit
# the "db" container, several standard features of ddev that access the
# database container will be unusable.
# nfs_mount_enabled: false
# Great performance improvement but requires host configuration first.
@@ -118,11 +118,13 @@ timezone: Europe/Berlin
# The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic
# unless explicitly specified.
# phpmyadmin_port: "1000"
# The PHPMyAdmin port can be changed from the default 8036
# phpmyadmin_port: "8036"
# phpmyadmin_https_port: "8037{"
# The PHPMyAdmin ports can be changed from the default 8036 and 8037
# mailhog_port: "1001"
# The MailHog port can be changed from the default 8025
# mailhog_port: "8025"
# mailhog_https_port: "8026"
# The MailHog ports can be changed from the default 8025 and 8026
# webimage_extra_packages: [php-yaml, php7.3-ldap]
# Extra Debian packages that are needed in the webimage can be added here
@@ -151,6 +153,12 @@ timezone: Europe/Berlin
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalSettings.php
# In this case the user must provide all such settings.
# no_project_mount: false
# (Experimental) If true, ddev will not mount the project into the web container;
# the user is responsible for mounting it manually or via a script.
# This is to enable experimentation with alternate file mounting strategies.
# For advanced users only!
# provider: default # Currently either "default" or "pantheon"
#
# Many ddev commands can be extended to run tasks before or after the