This is a production-ready dockerized setup for Shopware 6.
bash deploy.sh && bash ./bin/install-shopware.sh . en_GB EURbash deploy.shdocker compose downSet the targeted version in the ./shopware-dockerized/sw-symfony-flex/composer.json, then run:
bash ./bin/update-sw-symfony-flex.sh .
cd ./shopware-dockerized/sw-symfony-flex
composer recipes:update --no-interaction shopware/administration
composer recipes:update --no-interaction shopware/core
composer recipes:update --no-interaction shopware/elasticsearch
composer recipes:update --no-interaction shopware/storefront
cd ../../