mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
update with released versions
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -401,7 +401,7 @@
|
|||||||
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
<alfresco.groupId>org.alfresco</alfresco.groupId>
|
||||||
<alfresco.share.artifactId>share</alfresco.share.artifactId>
|
<alfresco.share.artifactId>share</alfresco.share.artifactId>
|
||||||
<alfresco-spring-webscripts.version>8.15</alfresco-spring-webscripts.version>
|
<alfresco-spring-webscripts.version>8.15</alfresco-spring-webscripts.version>
|
||||||
<api.explorer.version>7.0.0-A4</api.explorer.version>
|
<api.explorer.version>7.0.0</api.explorer.version>
|
||||||
<!-- Set this here and override it in the community and enterprise modules. -->
|
<!-- Set this here and override it in the community and enterprise modules. -->
|
||||||
<alfresco.min.version>0.0</alfresco.min.version>
|
<alfresco.min.version>0.0</alfresco.min.version>
|
||||||
|
|
||||||
@@ -465,7 +465,7 @@
|
|||||||
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
<javax.servlet-api.version>4.0.1</javax.servlet-api.version>
|
||||||
<apache-compress.version>1.19</apache-compress.version>
|
<apache-compress.version>1.19</apache-compress.version>
|
||||||
<!-- 7.0.0 dependencies -->
|
<!-- 7.0.0 dependencies -->
|
||||||
<alfresco-community-repo.version>8.408</alfresco-community-repo.version>
|
<alfresco-community-repo.version>8.423</alfresco-community-repo.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
|
@@ -75,7 +75,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<spring.version>5.3.3</spring.version>
|
<spring.version>5.3.3</spring.version>
|
||||||
<alfresco.min.version>7.0.0</alfresco.min.version>
|
<alfresco.min.version>7.0.0</alfresco.min.version>
|
||||||
<share.version>7.0.0-A18</share.version>
|
<share.version>7.0.0</share.version>
|
||||||
<!-- The properties app.amp.* need to be set for share to work. -->
|
<!-- The properties app.amp.* need to be set for share to work. -->
|
||||||
<app.filtering.enabled>true</app.filtering.enabled>
|
<app.filtering.enabled>true</app.filtering.enabled>
|
||||||
</properties>
|
</properties>
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
TRANSFORMERS_TAG=2.3.6
|
TRANSFORMERS_TAG=2.3.10
|
||||||
SOLR6_TAG=2.0.1
|
SOLR6_TAG=2.0.1
|
||||||
POSTGRES_TAG=11.7
|
POSTGRES_TAG=13.1
|
||||||
ACTIVEMQ_TAG=5.15.8
|
ACTIVEMQ_TAG=5.16.1
|
||||||
LEGACY_TRANSFORM_SERVICE_ENABLED=true
|
|
||||||
LOCAL_TRANSFORM_SERVICE_ENABLED=true
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
### Apply AGS community repo AMP to ACS image
|
### Apply AGS community repo AMP to ACS image
|
||||||
FROM quay.io/alfresco/alfresco-content-repository-community:latest
|
FROM quay.io/alfresco/alfresco-content-repository-community:7.0.0
|
||||||
|
|
||||||
# Alfresco user does not have permissions to modify webapps or configuration. Switch to root.
|
# Alfresco user does not have permissions to modify webapps or configuration. Switch to root.
|
||||||
# The access will be fixed after all operations are done.
|
# The access will be fixed after all operations are done.
|
||||||
|
@@ -39,18 +39,7 @@ 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.core-aio.url=http://transform-core-aio:8090/
|
||||||
-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/
|
|
||||||
"
|
"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
@@ -59,41 +48,6 @@ services:
|
|||||||
- "21:1221"
|
- "21:1221"
|
||||||
- "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:
|
||||||
@@ -126,3 +80,10 @@ services:
|
|||||||
- 5672:5672 # AMQP
|
- 5672:5672 # AMQP
|
||||||
- 61616:61616 # OpenWire
|
- 61616:61616 # OpenWire
|
||||||
- 61613:61613 # STOMP
|
- 61613:61613 # STOMP
|
||||||
|
|
||||||
|
transform-core-aio:
|
||||||
|
image: alfresco/alfresco-transform-core-aio:${TRANSFORMERS_TAG}
|
||||||
|
environment:
|
||||||
|
JAVA_OPTS: " -Xms256m -Xmx512m"
|
||||||
|
ports:
|
||||||
|
- 8090:8090
|
||||||
|
Reference in New Issue
Block a user