Upgrade DDEV

This commit is contained in:
benjamin melançon 2020-03-18 17:01:40 -04:00
parent b9965c46c0
commit 003fed27d7
3 changed files with 17 additions and 15 deletions

2
.ddev/.gitignore vendored
View file

@ -13,11 +13,9 @@
/db_snapshots /db_snapshots
/sequelpro.spf /sequelpro.spf
/import-db /import-db
/.bgsync*
/config.*.y*ml /config.*.y*ml
/.webimageBuild /.webimageBuild
/.dbimageBuild /.dbimageBuild
/.bgsyncimageBuild
/.sshimageBuild /.sshimageBuild
/.webimageExtra /.webimageExtra
/.dbimageExtra /.dbimageExtra

View file

@ -1,4 +1,4 @@
APIVersion: v1.12.2 APIVersion: v1.13.1
name: agaric-coop name: agaric-coop
type: drupal8 type: drupal8
docroot: web docroot: web
@ -12,15 +12,15 @@ additional_fqdns: []
mariadb_version: "10.2" mariadb_version: "10.2"
nfs_mount_enabled: false nfs_mount_enabled: false
provider: default provider: default
webimage_extra_packages: [rake, sassc]
use_dns_when_possible: false use_dns_when_possible: false
timezone: "" timezone: ""
# This config.yaml was created with ddev version v1.12.2 # This config.yaml was created with ddev version v1.13.1
# webimage: drud/ddev-webserver:v1.12.2 # webimage: drud/ddev-webserver:v1.13.1
# dbimage: drud/ddev-dbserver-mariadb-10.2:v1.12.0 # dbimage: drud/ddev-dbserver-mariadb-10.2:v1.13.0
# dbaimage: drud/phpmyadmin:v1.12.0 # dbaimage: phpmyadmin/phpmyadmin:5
# bgsyncimage: drud/ddev-bgsync:v1.12.0
# 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.
# You can update this config.yaml using 'ddev config'. # You can update this config.yaml using 'ddev config'.
@ -34,7 +34,7 @@ timezone: ""
# docroot: <relative_path> # Relative path to the directory containing index.php. # docroot: <relative_path> # Relative path to the directory containing index.php.
# php_version: "7.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4" # php_version: "7.3" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4"
# You can explicitly specify the webimage, dbimage, dbaimage lines but this # You can explicitly specify the webimage, dbimage, dbaimage lines but this
# is not recommended, as the images are often closely tied to ddev's' behavior, # is not recommended, as the images are often closely tied to ddev's' behavior,
@ -43,7 +43,6 @@ timezone: ""
# webimage: <docker_image> # nginx/php docker image. # webimage: <docker_image> # nginx/php docker image.
# dbimage: <docker_image> # mariadb docker image. # dbimage: <docker_image> # mariadb docker image.
# dbaimage: <docker_image> # dbaimage: <docker_image>
# bgsyncimage: <docker_image>
# mariadb_version and mysql_version # mariadb_version and mysql_version
# ddev can use many versions of mariadb and mysql # ddev can use many versions of mariadb and mysql
@ -99,10 +98,6 @@ timezone: ""
# Great performance improvement but requires host configuration first. # Great performance improvement but requires host configuration first.
# See https://ddev.readthedocs.io/en/stable/users/performance/#using-nfs-to-mount-the-project-into-the-container # See https://ddev.readthedocs.io/en/stable/users/performance/#using-nfs-to-mount-the-project-into-the-container
# webcache_enabled: false (deprecated)
# Was only for macOS, but now deprecated.
# See https://ddev.readthedocs.io/en/stable/users/performance/#webcache
# host_https_port: "59002" # host_https_port: "59002"
# The host port binding for https can be explicitly specified. It is # The host port binding for https can be explicitly specified. It is
# dynamic unless otherwise specified. # dynamic unless otherwise specified.
@ -125,7 +120,7 @@ timezone: ""
# mailhog_port: "1001" # mailhog_port: "1001"
# The MailHog port can be changed from the default 8025 # The MailHog port can be changed from the default 8025
webimage_extra_packages: [rake, sassc] # webimage_extra_packages: [php-yaml, php7.3-ldap]
# Extra Debian packages that are needed in the webimage can be added here # Extra Debian packages that are needed in the webimage can be added here
# dbimage_extra_packages: [telnet,netcat] # dbimage_extra_packages: [telnet,netcat]
@ -147,6 +142,11 @@ webimage_extra_packages: [rake, sassc]
# Provide extra flags to the "ngrok http" command, see # Provide extra flags to the "ngrok http" command, see
# https://ngrok.com/docs#http or run "ngrok http -h" # https://ngrok.com/docs#http or run "ngrok http -h"
# disable_settings_management: false
# If true, ddev will not create CMS-specific settings files like
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalSettings.php
# In this case the user must provide all such settings.
# provider: default # Currently either "default" or "pantheon" # provider: default # Currently either "default" or "pantheon"
# #
# 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

4
drush/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
#ddev-generated: Automatically generated ddev .gitignore.
# You can remove the above line if you want to edit and maintain this file yourself.
/drush.yml