mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update the docker dependencies on community to ACS 6.2.0.ea
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
SOLR6_TAG=1.1.1
|
TRANSFORMERS_TAG=2.1.0-RC3
|
||||||
POSTGRES_TAG=10.1
|
SOLR6_TAG=1.3.0.1
|
||||||
ACTIVEMQ_TAG=5.15.6
|
POSTGRES_TAG=11.4
|
||||||
|
ACTIVEMQ_TAG=5.15.8
|
||||||
|
LEGACY_TRANSFORM_SERVICE_ENABLED=true
|
||||||
|
LOCAL_TRANSFORM_SERVICE_ENABLED=true
|
@@ -28,15 +28,68 @@ services:
|
|||||||
-Dshare.host=localhost
|
-Dshare.host=localhost
|
||||||
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
|
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
|
||||||
-Dmessaging.broker.url=\"failover:(tcp://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
-Dmessaging.broker.url=\"failover:(tcp://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||||
|
|
||||||
|
-Dlocal.transform.service.enabled=${LOCAL_TRANSFORM_SERVICE_ENABLED}
|
||||||
|
-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-renderer:8090/
|
||||||
|
-DlocalTransform.imagemagick.url=http://imagemagick:8090/
|
||||||
|
-DlocalTransform.libreoffice.url=http://libreoffice:8090/
|
||||||
|
-DlocalTransform.tika.url=http://tika:8090/
|
||||||
|
-DlocalTransform.misc.url=http://transform-misc:8090/
|
||||||
|
|
||||||
|
-Dlegacy.transform.service.enabled=${LEGACY_TRANSFORM_SERVICE_ENABLED}
|
||||||
|
-Dalfresco-pdf-renderer.url=http://alfresco-pdf-renderer:8090/
|
||||||
|
-Djodconverter.url=http://libreoffice:8090/
|
||||||
|
-Dimg.url=http://imagemagick:8090/
|
||||||
|
-Dtika.url=http://tika:8090/
|
||||||
|
-Dtransform.misc.url=http://transform-misc:8090/
|
||||||
|
|
||||||
|
-Dimap.server.port=1143
|
||||||
|
-Dftp.port=1221
|
||||||
|
-Dcors.enabled=true
|
||||||
|
-Dcors.allowed.origins=http://localhost:4200
|
||||||
"
|
"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 445:445
|
- 143:1143
|
||||||
- 143:143
|
|
||||||
- "21:21"
|
- "21:21"
|
||||||
- "30000-30099:30000-30099"
|
- "30000-30099:30000-30099"
|
||||||
|
|
||||||
|
alfresco-pdf-renderer:
|
||||||
|
image: alfresco/alfresco-pdf-renderer:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx256m"
|
||||||
|
ports:
|
||||||
|
- 8090:8090
|
||||||
|
|
||||||
|
imagemagick:
|
||||||
|
image: alfresco/alfresco-imagemagick:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx256m"
|
||||||
|
ports:
|
||||||
|
- 8091:8090
|
||||||
|
|
||||||
|
libreoffice:
|
||||||
|
image: alfresco/alfresco-libreoffice:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx256m"
|
||||||
|
ports:
|
||||||
|
- 8092:8090
|
||||||
|
|
||||||
|
tika:
|
||||||
|
image: alfresco/alfresco-tika:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx256m"
|
||||||
|
ports:
|
||||||
|
- 8093:8090
|
||||||
|
|
||||||
|
transform-misc:
|
||||||
|
image: alfresco/alfresco-transform-misc:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx256m"
|
||||||
|
ports:
|
||||||
|
- 8094:8090
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: library/postgres:${POSTGRES_TAG}
|
image: library/postgres:${POSTGRES_TAG}
|
||||||
environment:
|
environment:
|
||||||
|
Reference in New Issue
Block a user