mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 20:16:13 +01:00
[CLEANUP] Increase the indentation in the DDEV configuration file (#996)
This is a pre-patch to the changes for upgrading DDEV in #991.
This commit is contained in:
parent
450905287c
commit
f604ec2682
1 changed files with 8 additions and 8 deletions
|
@ -9,22 +9,22 @@ xdebug_enabled: false
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
database:
|
database:
|
||||||
type: mariadb
|
type: mariadb
|
||||||
version: "10.5"
|
version: "10.5"
|
||||||
nfs_mount_enabled: false
|
nfs_mount_enabled: false
|
||||||
mutagen_enabled: false
|
mutagen_enabled: false
|
||||||
hooks:
|
hooks:
|
||||||
post-start:
|
post-start:
|
||||||
- exec: composer install --no-progress
|
- exec: composer install --no-progress
|
||||||
omit_containers: [dba, ddev-ssh-agent]
|
omit_containers: [dba, ddev-ssh-agent]
|
||||||
webimage_extra_packages: [parallel]
|
webimage_extra_packages: [parallel]
|
||||||
use_dns_when_possible: true
|
use_dns_when_possible: true
|
||||||
composer_version: "2"
|
composer_version: "2"
|
||||||
web_environment:
|
web_environment:
|
||||||
- typo3DatabaseName=typo3
|
- typo3DatabaseName=typo3
|
||||||
- typo3DatabaseHost=db
|
- typo3DatabaseHost=db
|
||||||
- typo3DatabaseUsername=root
|
- typo3DatabaseUsername=root
|
||||||
- typo3DatabasePassword=root
|
- typo3DatabasePassword=root
|
||||||
nodejs_version: "16"
|
nodejs_version: "16"
|
||||||
|
|
||||||
# Key features of ddev's config.yaml:
|
# Key features of ddev's config.yaml:
|
||||||
|
|
Loading…
Reference in a new issue