Sitecore / Sitecore-Instance-Manager

SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products.
http://dl.sitecore.net/updater/sim/v2/
MIT License
108 stars 76 forks source link

Add ability to add the Sitecore modules to the Dockerized environment #653

Closed AndreyFilchenkov closed 2 years ago

AndreyFilchenkov commented 2 years ago

Add ability to add the Sitecore modules to the Dockerized environment.

E.g. we can add the SPE, SXA modules to the containerized environment deployed by SIM.

It can be done by using proper "docker-compose.*.yaml" patch files.

DmitryKolinchuk commented 2 years ago

The following examples can be used as a base for implementation because they already contain SPE, SXA and Horizon modules: https://github.com/Sitecore/docker-examples/tags

DmitryKolinchuk commented 2 years ago

Since the task is quite complicated and requires specific implementation for each module, it was decided to implement support only of SPE and SXA modules in scope of this task. Adding support of Horizon, Publishing Service and JSS modules has been registered in the following separate issues: https://github.com/Sitecore/Sitecore-Instance-Manager/issues/663 https://github.com/Sitecore/Sitecore-Instance-Manager/issues/664 https://github.com/Sitecore/Sitecore-Instance-Manager/issues/665 Other potential modules are: Sitecore Content Hub Connector Sitecore Experience Edge Connector