FEA007 - Dockerized Service Production
Feature ID | FEA007 |
Subsystem the feature is part of | PrestaShop as a Service |
Responsible person | Tugba Ilhan(0987) |
Status | proposal |
Restrictions, requirements and use cases related to this feature
All relevant issues related to or contributing to the definition of the feature are gathered here
[User Story 019] | As a PrestaShop developer, I want to use a pre-configured Docker image that includes all the necessary PHP extensions and libraries for PrestaShop development. |
[User Story 020] | As a PrestaShop developer, I want to mount my local code into the Docker container to easily make changes and see them reflected immediatel. |
[User Story 021] | As a PrestaShop developer, I want to easily integrate my preferred database MariaDB, with my local PrestaShop development environment using Docker Compose. |
User interface mock-up
No changes to user interface
Testing / possible acceptance criteria
-
A Docker image is available that includes all required PHP extensions and libraries for PrestaShop development.
-
Developers can mount local code into the Docker container and see changes reflected immediately without restarting the container.
-
Docker Compose configuration allows seamless integration with a local MariaDB instance for development purposes.