Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
7947710e
Commit
7947710e
authored
Dec 20, 2018
by
Stefan Busemann
Browse files
Merge branch 'task/ddev-1.5.0' into 'develop'
Update to ddev 1.5.0 See merge request t3o/typo3.org!253
parents
ae26983b
c58766d7
Pipeline
#5879
passed with stages
in 5 minutes and 29 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
7947710e
APIVersion
:
v1.
4.1
APIVersion
:
v1.
5.0
name
:
typo3.org
type
:
typo3
docroot
:
html
php_version
:
"
7.0"
webserver_type
:
nginx-fpm
dbimage
:
drud/ddev-dbserver:v1.2.0
router_http_port
:
"
80"
router_https_port
:
"
443"
xdebug_enabled
:
false
additional_hostnames
:
[]
additional_fqdns
:
[]
mariadb_version
:
"
10.1"
webcache_enabled
:
false
provider
:
default
hooks
:
post-start
:
...
...
@@ -22,10 +23,11 @@ hooks:
-
exec
:
./vendor/bin/typo3cms extension:activate redirects
# This config.yaml was created with ddev version v1.4.1
# webimage: drud/ddev-webserver:v1.4.0
# dbimage: drud/ddev-dbserver:v1.4.0
# dbaimage: drud/phpmyadmin:v1.4.0
# This config.yaml was created with ddev version v1.5.0
# webimage: drud/ddev-webserver:v1.5.0
# dbimage: drud/ddev-dbserver:v1.5.0-10.2
# dbaimage: drud/phpmyadmin:v1.5.0
# bgsyncimage: drud/ddev-bgsync:v1.5.0
# However we do not recommend explicitly wiring these images into the
# config.yaml as they may break future versions of ddev.
# You can update this config.yaml using 'ddev config'.
...
...
@@ -39,7 +41,7 @@ hooks:
# docroot: <relative_path> # Relative path to the directory containing index.php.
# php_version: "7.1" # PHP version to use, "5.6", "7.0", "7.1", "7.2"
# php_version: "7.1" # PHP version to use, "5.6", "7.0", "7.1", "7.2"
, "7.3"
# 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,
...
...
@@ -48,6 +50,7 @@ hooks:
# webimage: <docker_image> # nginx/php docker image.
# dbimage: <docker_image> # mariadb docker image.
# dbaimage: <docker_image>
# bgsyncimage: <docker_image>
# router_http_port: <port> # Port to be used for http (defaults to port 80)
# router_https_port: <port> # Port for https (defaults to 443)
...
...
@@ -81,6 +84,8 @@ hooks:
# 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.
# provider: default # Currently either "default" or "pantheon"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment