Install T-Engine using Docker Compose - Alfresco Document Transformation Engine - 2.4 - 2.4 - Ready - Alfresco - external - Alfresco/Alfresco-Document-Transformation-Engine/2.4/Alfresco-Document-Transformation-Engine/Install/Installation/Install-T-Engine-using-Docker-Compose - 2025-04-04 - To deploy the Document Transformation Engine T-Engine with the Transform Service, you’ll need to update your Docker Compose file to include the Document Transformation Engine T-Engine.

Alfresco Document Transformation Engine

Platform
Alfresco
Product
Alfresco Document Transformation Engine
Release
2.4
License

To deploy the Document Transformation Engine T-Engine with the Transform Service, you’ll need to update your Docker Compose file to include the Document Transformation Engine T-Engine.

Important: You still need to install the Document Transformation Engine using the MSI file.
Note: While Docker Compose is often used for production deployments, the Docker Compose file provided is recommended for development and test environments only. Customers are expected to adapt this file to their own requirements, if they intend to use Docker Compose to deploy a production environment.

To start the installation:

  1. Add the Document Transformation Engine T-Engine container to your docker-compose.yaml file:
    transform-dte-engine:
        image: quay.io/alfresco/transform-dte-engine:x.x.x
        mem_limit: 2g
        environment:
            JAVA_OPTS: " -Xms256m -Xmx512m -DdteServerUrl=http://<dte-hostname>:8080/transformation-backend"
            ACTIVEMQ_URL: "nio://activemq:61616"
            ACTIVEMQ_USER: "admin"
            ACTIVEMQ_PASSWORD: "admin"
            FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
        ports:
            - 8091:8090
        links:
            - activemq
    
    where x.x.x is the exact DTE T-Engine version provided in Supported Platforms.
  2. Add the following JAVA_OPTS property to the alfresco container:
    -DlocalTransform.transform-dte.url=http://transform-dte-engine:8090/