Search:1835: Allow share image location to be specified, to enable running GS share

This commit is contained in:
meenal.bhave@alfresco.com
2019-09-10 10:36:17 +01:00
parent 9f4fc89a8c
commit 925c590e95
2 changed files with 2 additions and 1 deletions
@@ -1,6 +1,7 @@
# In order to start the community edition set the value of ALFRESCO_IMAGE to alfresco/alfresco-content-repository-community
ALFRESCO_IMAGE=alfresco/alfresco-content-repository
ALFRESCO_TAG=6.1.0-EA3
SHARE_IMAGE=alfresco/alfresco-share
SHARE_TAG=6.0
POSTGRES_TAG=10.1
SEARCH_TAG=latest
@@ -20,7 +20,7 @@ services:
- "5005:5005" #Java debugging
- "8081:8080" #Browser port for Alfresco
share:
image: alfresco/alfresco-share:${SHARE_TAG}
image: ${SHARE_IMAGE}:${SHARE_TAG}
environment:
- REPO_HOST=alfresco
- REPO_PORT=8080