shyim / shopware-docker

Easy to use Docker Installation for Shopware 5 and Shopware 6
MIT License
115 stars 27 forks source link

Write a simple Docker Proxy to handle Database resets during e2e tests #86

Closed shyim closed 3 years ago

shyim commented 3 years ago

The normal PSH Setup has an uggly forever server which resets the database.

What we need:

A Webserver Running reseting on request the database with swdc rsnap project. This can be done using the Docker Socket to find the MySQL Container and execute the command there.

This can be in a new container or bundled into the cli