added proxy config to share
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user