Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor cleanup as the years go by (docker-compose version, etc) #119

Closed
wants to merge 1 commit into from

Conversation

rfay
Copy link
Collaborator

@rfay rfay commented Sep 25, 2023

The Problem/Issue/Bug

I just took a quick pass through and noted a few things like needing to remove version from docker-compose

Summary by CodeRabbit

  • New Feature: Upgraded PHP version to 8.1, MariaDB version to 10.4, and Node.js version to 18 in DDEV configuration for improved performance and compatibility.
  • Refactor: Optimized performance strategies and service ports in the DDEV setup for better resource management.
  • Chore: Removed unnecessary version declarations from docker-compose files for cleaner codebase.
  • New Feature: Added chromedriver service in the testing environment using drupalci/chromedriver:production image, enhancing testing capabilities.

@codesandbox
Copy link

codesandbox bot commented Sep 25, 2023

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 25, 2023

Walkthrough

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.

Changes

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. 🎉


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • Mention @coderabbitai in any review comment for bot assistance.
  • Note: Review comments are made on code diffs or files, not on the PR overview.

Pause Incremental Reviews

  • Insert @coderabbitai: ignore in the PR description to halt the bot's ongoing reviews. Remove the line to resume.

Comment on lines -6 to -10
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These just aren't useful to have in here

@ghost
Copy link

ghost commented Sep 25, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

database:
type: mariadb
version: "10.3"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to use current required version? Doesn't d10 require 10.4? It's now the default anyway.

web_environment: []
nodejs_version: "16"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

18 is now the default

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Commits Files that changed from the base of the PR and between f0a2503 and 485b9a5.
Files selected for processing (3)
  • .ddev/config.yaml (11 hunks)
  • .ddev/docker-compose.ports.yaml (1 hunks)
  • .ddev/docker-compose.testing.yaml (1 hunks)
Files skipped from review due to trivial changes (3)
  • .ddev/config.yaml
  • .ddev/docker-compose.ports.yaml
  • .ddev/docker-compose.testing.yaml

@@ -1,5 +1,4 @@
# Expose port 3000 and 5000 of DDEV's web container.
version: '3.6'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version is obsolete

database:
type: mariadb
version: "10.3"
nfs_mount_enabled: false
mutagen_enabled: false
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mutagen_enabled is no longer valid syntax

@shaal shaal changed the base branch from main to drupal101-ddev-images September 30, 2023 04:35
@shaal shaal closed this in #123 Sep 30, 2023
@shaal
Copy link
Owner

shaal commented Sep 30, 2023

Thank you @rfay
I added this update to #123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants