Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.5 KB

customising-deployment.md

File metadata and controls

33 lines (27 loc) · 1.5 KB

Customising your deployment

Alfresco Content Services Community is composed of the following images:

  1. alfresco-content-repository | tags
  2. alfresco-share | tags
  3. alfresco-search-services | tags
  4. postgres | tags

For Docker Compose usage, edit the image tags in the docker-compose.yml file.

For Helm charts usage, edit the image tags in the values.yaml file.

project
│
└───docker-compose
│   │
│   └──docker-compose.yml
│
└───helm
    │  
    └───alfresco-content-services-community
        │
        └───values.yaml

Note:

  • Use the recommended image tags, as not all combinations may work.
  • You can modify the values provided in values.yaml when deploying the Helm chart. For example, you can run:
helm install alfresco-incubator/alfresco-content-services-community --set repository.image.tag="yourTag" --set share.image.tag="yourTag"