Commit ddev config updates
This commit is contained in:
parent
6af5aa4ad2
commit
e048912cef
2 changed files with 9 additions and 5 deletions
4
.ddev/.gitignore
vendored
4
.ddev/.gitignore
vendored
|
@ -1,6 +1,10 @@
|
||||||
#ddev-generated: Automatically generated ddev .gitignore.
|
#ddev-generated: Automatically generated ddev .gitignore.
|
||||||
# You can remove the above line if you want to edit and maintain this file yourself.
|
# You can remove the above line if you want to edit and maintain this file yourself.
|
||||||
|
|
||||||
|
/commands/*/*.example
|
||||||
|
/commands/*/README.txt
|
||||||
|
/homeadditions/*.example
|
||||||
|
/homeadditions/README.txt
|
||||||
/import.yaml
|
/import.yaml
|
||||||
/docker-compose.yaml
|
/docker-compose.yaml
|
||||||
/db_snapshots
|
/db_snapshots
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
APIVersion: v1.10.1
|
APIVersion: v1.10.2
|
||||||
name: agaric-coop
|
name: agaric-coop
|
||||||
type: drupal8
|
type: drupal8
|
||||||
docroot: web
|
docroot: web
|
||||||
|
@ -12,12 +12,12 @@ additional_fqdns: []
|
||||||
mariadb_version: "10.2"
|
mariadb_version: "10.2"
|
||||||
nfs_mount_enabled: false
|
nfs_mount_enabled: false
|
||||||
provider: default
|
provider: default
|
||||||
use_dns_when_possible: true
|
use_dns_when_possible: false
|
||||||
timezone: ""
|
timezone: ""
|
||||||
|
|
||||||
|
|
||||||
# This config.yaml was created with ddev version v1.10.1
|
# This config.yaml was created with ddev version v1.10.2
|
||||||
# webimage: drud/ddev-webserver:v1.10.0
|
# webimage: drud/ddev-webserver:v1.10.2
|
||||||
# dbimage: drud/ddev-dbserver:v1.10.0-10.2
|
# dbimage: drud/ddev-dbserver:v1.10.0-10.2
|
||||||
# dbaimage: drud/phpmyadmin:v1.10.0
|
# dbaimage: drud/phpmyadmin:v1.10.0
|
||||||
# bgsyncimage: drud/ddev-bgsync:v1.10.0
|
# bgsyncimage: drud/ddev-bgsync:v1.10.0
|
||||||
|
@ -125,7 +125,7 @@ timezone: ""
|
||||||
# dbimage_extra_packages: [telnet,netcat]
|
# dbimage_extra_packages: [telnet,netcat]
|
||||||
# Extra Debian packages that are needed in the dbimage can be added here
|
# Extra Debian packages that are needed in the dbimage can be added here
|
||||||
|
|
||||||
use_dns_when_possible: false
|
# use_dns_when_possible: true
|
||||||
# If the host has internet access and the domain configured can
|
# If the host has internet access and the domain configured can
|
||||||
# successfully be looked up, DNS will be used for hostname resolution
|
# successfully be looked up, DNS will be used for hostname resolution
|
||||||
# instead of editing /etc/hosts
|
# instead of editing /etc/hosts
|
||||||
|
|
Loading…
Reference in a new issue