Merge branch 'acs-search-base.acs-base' into acs-search-persist.acs-search-base

This commit is contained in:
2020-12-17 21:30:09 -05:00

View File

@@ -9,6 +9,7 @@ services:
environment:
JAVA_OPTS: "
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dsolr.host=search
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
"
depends_on:
@@ -21,6 +22,14 @@ services:
image: postgres:latest
volumes:
- acsdb-volume:/var/lib/postgresql/data:rw
search:
image: alfresco/alfresco-search-services:latest
environment:
- SOLR_ALFRESCO_HOST=platform
- SOLR_SOLR_HOST=search
volumes:
- solrindex-volume:/opt/alfresco-search-services/data:rw
activemq:
image: alfresco/alfresco-activemq:latest
@@ -38,3 +47,5 @@ volumes:
driver: local
acsdb-volume:
driver: local
solrindex-volume:
driver: local