Merge branch 'acs-community.acs-base' into acs-lats-community.acs-community

This commit is contained in:
Brian Long 2020-12-26 14:18:31 -05:00
commit efb9210c5a
2 changed files with 9 additions and 4 deletions

8
.env
View File

@ -1,3 +1,7 @@
BASEDIR=~ EXTERNAL_RESOURCE_DIR=~
ALFRESCO_DIR=${BASEDIR}/alfresco ALFRESCO_DIR=${EXTERNAL_RESOURCE_DIR}/alfresco
ALFRESCO_LICENSE_DIR=${ALFRESCO_DIR}/license ALFRESCO_LICENSE_DIR=${ALFRESCO_DIR}/license
PROXY_PROTOCOL=http
PROXY_HOST=localhost
PROXY_PORT=8080

View File

@ -14,8 +14,9 @@ services:
-Ddb.password=alfresco -Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco -Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dindex.subsystem.name=noindex -Dindex.subsystem.name=noindex
-Dalfresco.host=localhost -Dalfresco.host=${PROXY_HOST}
-Dalfresco.port=8080 -Dalfresco.port=${PROXY_PORT}
-Dalfresco.protocol=${PROXY_PROTOCOL}
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos -Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\" -Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
-Ddeployment.method=DOCKER_COMPOSE -Ddeployment.method=DOCKER_COMPOSE