added proxy config to share

This commit is contained in:
Brian Long 2020-12-26 11:20:42 -05:00
parent 4381a2d350
commit 68fcb3cbef

View File

@ -26,6 +26,11 @@ services:
image: alfresco/alfresco-share:latest image: alfresco/alfresco-share:latest
environment: environment:
REPO_HOST: "platform" REPO_HOST: "platform"
JAVA_OPTS: "
-Dalfresco.host=${PROXY_PLATFORM_HOST}
-Dalfresco.port=${PROXY_PLATFORM_PORT}
-Dalfresco.protocol=${PROXY_PLATFORM_PROTOCOL}
"
postgres-acs: postgres-acs:
image: postgres:latest image: postgres:latest