Since version 1.9.8.2.10 DMS uses external worker container to create previews and parse emails. To deploy it correctly in existing environments, deploy_script must be updated to the latest preview branch and next lines must be added to containers.conf and commands.conf. Please use the latest image version that is available at the moment of deployment.
Please use preview tag for nuxeo and cb image versions before 1.9.8.2.10 is released.
# Settings of WORKER container WORKER_IMAGE_VERSION="1.1-rc" WORKER_IMAGE_NAME="paceip/dms_worker" WORKER_CONTAINER_NAME="worker" |
elif [ ${1} = "WORKER" ] then add_volume ${NUXEO_TEMPDIR} "/tmp" add_volume ${NUXEO_WINFONTDIR} "/usr/share/fonts/custom-fonts" add_volume ${NUXEO_WINFONTDIR} "/root/.windows_fonts" add_port 8081 |