Vardot / platformsh-varbase

Varbase 10 (Drupal 10) Composer template for Platform.sh.
https://drupal.org/project/varbase
GNU General Public License v2.0
1 stars 2 forks source link

Change DDEV config to have a better composer ~2.0 , apache web server, and mariadb 10.11 database #39

Closed Natshah closed 5 months ago

Natshah commented 5 months ago

What in this template can be improved or added as a feature?

Better DDEV configs

What exactly should be updated?

Change the .ddev/config.yml to have Latest Composer ~2.0 Switch web server to Apache FPM Switch database to mariadb 10.11

type: drupal10
docroot: docroot
webserver_type: apache-fpm
database:
  type: mariadb
  version: "10.11"
mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
php_version: "8.3"
nodejs_version: "18"
webimage_extra_packages: ["php${DDEV_PHP_VERSION}-yaml"]
dbimage_extra_packages: [sudo]

How important is this feature to you?

Better match of working local development environments

Additional context

No response