Vardot / varbase-project

Project template for Varbase distribution
https://www.drupal.org/project/varbase
GNU General Public License v2.0
49 stars 35 forks source link

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

Closed Natshah closed 5 months ago

Natshah commented 5 months ago

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]