Closed rfay closed 1 year ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
This pull request primarily focuses on updating the DDEV setup for a Drupal 9 project, including PHP, MariaDB, and Node.js versions. It also introduces performance optimization strategies and modifies service ports. A new chromedriver
service is added to the testing configuration.
File Path | Summary |
---|---|
.ddev/config.yaml |
Updates PHP, MariaDB, and Node.js versions; optimizes performance; modifies service ports. |
.ddev/docker-compose.ports.yaml |
Removes version declaration and adjusts indentation of services block. |
.ddev/docker-compose.testing.yaml |
Removes version number and adds a new chromedriver service using drupalci/chromedriver:production image. |
🐇💻
In the land of code, where logic intertwines,
The rabbit hops, through lines and lines.
With each leap forward, an update unfurls,
In the world of Docker, where the data whirls.
PHP, MariaDB, Node.js too,
Updated versions, shiny and new.
Chromedriver joins the merry band,
As we hop along, paw in hand. 🎉
Thank you @rfay I added this update to https://github.com/shaal/DrupalPod/pull/123
The Problem/Issue/Bug
I just took a quick pass through and noted a few things like needing to remove
version
from docker-composeSummary by CodeRabbit
chromedriver
service in the testing environment usingdrupalci/chromedriver:production
image, enhancing testing capabilities.