You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
General plan is to use https://github.com/shopware/docker and add a -node-22 or -node-24 variant where nodejs is also added. Enables users to have exactly the same image for production and local. Also helps PaaS local setup.
Already done:
Added Nodejs to our official docker image
Tried out docker compose watch to ensure that it works for us
Tried out docker performance issues on a low spec mac
WIP:
Gathering feedback from Shopware QA about what they need from the setup
Proposed business outcome: provide a Docker setup that "just works" and simplifies both internal and external setup, eliminating "it works on my machine" micro-specialization. Make it much easier to test locally.