Compare commits
10 Commits
acs-ext-pl
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
a72d43a6af | ||
962817ba63 | |||
2715b3afea | |||
9f75b4439d | |||
0ed77985f0 | |||
fbf7ca3678 | |||
63d1ee7ef9 | |||
a081d5b5c8 | |||
7cedfa4fa2 | |||
dcb88c42ea |
@@ -9,7 +9,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: "
|
JAVA_OPTS: "
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Ddb.driver=org.postgresql.Driver
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Dsolr.host=search
|
||||||
-Dalfresco.host=${PROXY_HOST}
|
-Dalfresco.host=${PROXY_HOST}
|
||||||
-Dalfresco.port=${PROXY_PORT}
|
-Dalfresco.port=${PROXY_PORT}
|
||||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||||
@@ -21,6 +21,12 @@ services:
|
|||||||
|
|
||||||
postgres-acs:
|
postgres-acs:
|
||||||
image: postgres:latest
|
image: postgres:latest
|
||||||
|
|
||||||
|
search:
|
||||||
|
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
|
||||||
|
Reference in New Issue
Block a user