Skip to content

Instantly share code, notes, and snippets.

@keyan1603
Created September 20, 2023 18:14
Show Gist options
  • Save keyan1603/1679e445983a687a22d91d33313df9f9 to your computer and use it in GitHub Desktop.
Save keyan1603/1679e445983a687a22d91d33313df9f9 to your computer and use it in GitHub Desktop.
Adding modules to your Sitecore containers
cm:
image: ${REGISTRY}${COMPOSE_PROJECT_NAME}-xp1-cm:${VERSION:-latest}
build:
context: ./docker/build/cm
args:
BASE_IMAGE: ${SITECORE_DOCKER_REGISTRY}sitecore-xp1-cm:${SITECORE_VERSION}
SPE_IMAGE: ${SITECORE_MODULE_REGISTRY}sitecore-spe-assets:${SPE_VERSION}
SXA_IMAGE: ${SITECORE_MODULE_REGISTRY}sitecore-sxa-xp1-assets:${SXA_VERSION}
TOOLING_IMAGE: ${SITECORE_TOOLS_REGISTRY}sitecore-docker-tools-assets:${TOOLS_VERSION}
BMF_IMAGE: konabos/brightcove-sitecore-media-framework:10.1-1809
SOLUTION_IMAGE: ${REGISTRY}${COMPOSE_PROJECT_NAME}-solution:${VERSION:-latest}
HORIZON_RESOURCES_IMAGE: ${SITECORE_MODULE_REGISTRY}horizon-integration-xp1-assets:${HORIZON_ASSET_VERSION}
depends_on:
- solution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment