shyim / shopware

Shopware 6 Docker Image
https://hub.docker.com/r/shyim/shopware
MIT License
66 stars 13 forks source link

Docker image for Shopware 6.5 #94

Closed shyim closed 1 year ago

shyim commented 1 year ago

Hey,

Since Shopware 6.5 extensions are allowed to run composer while installation. This will change on runtime the vendor folder so the current docker image cannot be used in a cluster system or with Shopware updates anymore.

The new image is just a base image containing PHP + Webserver. The Dockerfile in your project should build Shopware with your extensions and copy it into /var/www/html. In this way we can work again with cluster/multiple same containers.

I have created an example project here and looking for feedback

Open tasks

shyim commented 1 year ago

Moved to https://github.com/FriendsOfShopware/production-docker/issues/1