changed service from solr6 to search; added service name variables
This commit is contained in:
parent
a081d5b5c8
commit
63d1ee7ef9
@ -9,6 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: "
|
JAVA_OPTS: "
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||||
|
-Dsolr.host=search
|
||||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -18,8 +19,11 @@ services:
|
|||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
|
||||||
solr6:
|
search:
|
||||||
image: alfresco/alfresco-search-services:latest
|
image: alfresco/alfresco-search-services:latest
|
||||||
|
environment:
|
||||||
|
- SOLR_ALFRESCO_HOST=platform
|
||||||
|
- SOLR_SOLR_HOST=search
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:latest
|
image: alfresco/alfresco-activemq:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user