added proxy config to share
This commit is contained in:
parent
4381a2d350
commit
68fcb3cbef
@ -26,6 +26,11 @@ services:
|
||||
image: alfresco/alfresco-share:latest
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
JAVA_OPTS: "
|
||||
-Dalfresco.host=${PROXY_PLATFORM_HOST}
|
||||
-Dalfresco.port=${PROXY_PLATFORM_PORT}
|
||||
-Dalfresco.protocol=${PROXY_PLATFORM_PROTOCOL}
|
||||
"
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user