Make ACS image configurable.

This commit is contained in:
Tom Page
2019-06-14 13:57:47 +01:00
parent 865b5e04fa
commit f69fb39dae
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# In order to start the community edition set the value of ALFRESCO_EDITION to -community
ALFRESCO_EDITION=
# 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_TAG=6.0
POSTGRES_TAG=10.1

View File

@@ -1,7 +1,7 @@
version: '3'
services:
alfresco:
image: alfresco/alfresco-content-repository${ALFRESCO_EDITION}:${ALFRESCO_TAG}
image: ${ALFRESCO_IMAGE}:${ALFRESCO_TAG}
environment:
JAVA_OPTS : "
-Ddb.driver=org.postgresql.Driver