Skip to content

Fix docker dev setup - #6533

Open
jarednorman wants to merge 4 commits into
solidusio:mainfrom
SuperGoodSoft:fix-docker-dev-setup
Open

Fix docker dev setup#6533
jarednorman wants to merge 4 commits into
solidusio:mainfrom
SuperGoodSoft:fix-docker-dev-setup

Conversation

@jarednorman

@jarednorman jarednorman commented Aug 11, 2026

Copy link
Copy Markdown
Member

This is a follow-up to #6510 and #6511, superseding #6513. I took the parts I wanted from #6513 and fixed the remaining issue that broke docker compose up for everyone, not just podman users.

Closes #6510.

Checklist

  • I agree that my PR will be published under the same license as Solidus.
  • I have written a thorough PR description.
  • I have kept my commits small and atomic.
  • I have localized any and all user-facing strings that I added to the source code.
  • I have used clear, explanatory commit messages.

@jarednorman
jarednorman requested a review from a team as a code owner August 11, 2026 03:43
@github-actions github-actions Bot added the changelog:repository Changes to the repository not within any gem label Aug 11, 2026
@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.14%. Comparing base (834b2c1) to head (a94fd12).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6533   +/-   ##
=======================================
  Coverage   92.14%   92.14%           
=======================================
  Files        1035     1035           
  Lines       21151    21151           
=======================================
  Hits        19490    19490           
  Misses       1661     1661           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jarednorman jarednorman mentioned this pull request Aug 11, 2026
5 tasks

@tvdeyen tvdeyen left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Nice. I have one non-blocking question

Comment thread docker-compose.yml
services:
mysql:
image: mysql:8.0
image: docker.io/mysql:8.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why is this necessary? can we explain in the commit message?

Comment thread docker-compose.yml
@@ -1,16 +1,16 @@
version: "3.7"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

WARN[0000] /Users/tvd/code/solidus/docker-compose.yml: the attribute version is obsolete, it will be ignored, please remove it to avoid potential confusion

Can we remove this line while we are here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:repository Changes to the repository not within any gem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker compose: Could not locate Gemfile

3 participants