mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
Compare commits
1 Commits
25.2.0
...
fix/MNT-24
Author | SHA1 | Date | |
---|---|---|---|
|
2e7114c97b |
@@ -25,7 +25,7 @@ services:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
solr6:
|
solr6:
|
||||||
image: alfresco/alfresco-search-services:2.0.14-A.1
|
image: quay.io/alfresco/search-services:2.0.15-SNAPSHOT
|
||||||
mem_limit: 2g
|
mem_limit: 2g
|
||||||
environment:
|
environment:
|
||||||
#Solr needs to know how to register itself with Alfresco
|
#Solr needs to know how to register itself with Alfresco
|
||||||
|
8
pom.xml
8
pom.xml
@@ -9,13 +9,13 @@
|
|||||||
<groupId>org.alfresco</groupId>
|
<groupId>org.alfresco</groupId>
|
||||||
<artifactId>alfresco-community-repo</artifactId>
|
<artifactId>alfresco-community-repo</artifactId>
|
||||||
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
|
<relativePath>../alfresco-community-repo/pom.xml</relativePath>
|
||||||
<version>25.1.0.51</version>
|
<version>25.1.0.54-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<dependency.alfresco-community-repo.version>25.1.0.51</dependency.alfresco-community-repo.version>
|
<dependency.alfresco-community-repo.version>25.1.0.54-SNAPSHOT</dependency.alfresco-community-repo.version>
|
||||||
<dependency.alfresco-community-share.version>25.1.0.38</dependency.alfresco-community-share.version>
|
<dependency.alfresco-community-share.version>25.1.0.39-SNAPSHOT</dependency.alfresco-community-share.version>
|
||||||
<dependency.acs-packaging.version>25.1.0-A.13</dependency.acs-packaging.version> <!-- for Share distribution zip -->
|
<dependency.acs-packaging.version>25.1.0-A.14-SNAPSHOT</dependency.acs-packaging.version> <!-- for Share distribution zip -->
|
||||||
|
|
||||||
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
|
<repo.image.tag>${dependency.alfresco-community-repo.version}</repo.image.tag>
|
||||||
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>
|
<share.image.tag>${dependency.alfresco-community-share.version}</share.image.tag>
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
SOLR6_TAG=2.0.14-A.1
|
SOLR6_TAG=2.0.15-SNAPSHOT
|
||||||
POSTGRES_TAG=15.4
|
POSTGRES_TAG=15.4
|
||||||
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8
|
ACTIVEMQ_TAG=5.18.3-jre17-rockylinux8
|
||||||
|
@@ -61,7 +61,7 @@ services:
|
|||||||
- POSTGRES_DB=alfresco
|
- POSTGRES_DB=alfresco
|
||||||
|
|
||||||
solr6:
|
solr6:
|
||||||
image: alfresco/alfresco-search-services:${SOLR6_TAG}
|
image: quay.io/alfresco/search-services:${SOLR6_TAG}
|
||||||
environment:
|
environment:
|
||||||
#Solr needs to know how to register itself with Alfresco
|
#Solr needs to know how to register itself with Alfresco
|
||||||
SOLR_ALFRESCO_HOST: "alfresco"
|
SOLR_ALFRESCO_HOST: "alfresco"
|
||||||
|
@@ -64,7 +64,7 @@ services:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
solr6:
|
solr6:
|
||||||
image: alfresco/alfresco-search-services:${SOLR6_TAG}
|
image: quay.io/alfresco/search-services:${SOLR6_TAG}
|
||||||
environment:
|
environment:
|
||||||
#Solr needs to know how to register itself with Alfresco
|
#Solr needs to know how to register itself with Alfresco
|
||||||
SOLR_ALFRESCO_HOST: "alfresco"
|
SOLR_ALFRESCO_HOST: "alfresco"
|
||||||
@@ -89,4 +89,4 @@ services:
|
|||||||
- 8161:8161 # Web Console
|
- 8161:8161 # Web Console
|
||||||
- 5672:5672 # AMQP
|
- 5672:5672 # AMQP
|
||||||
- 61616:61616 # OpenWire
|
- 61616:61616 # OpenWire
|
||||||
- 61613:61613 # STOMP
|
- 61613:61613 # STOMP
|
||||||
|
Reference in New Issue
Block a user