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