mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-10-08 14:51:20 +00:00
Make ACS image configurable.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# In order to start the community edition set the value of ALFRESCO_EDITION to -community
|
# In order to start the community edition set the value of ALFRESCO_IMAGE to alfresco/alfresco-content-repository-community
|
||||||
ALFRESCO_EDITION=
|
ALFRESCO_IMAGE=alfresco/alfresco-content-repository
|
||||||
ALFRESCO_TAG=6.1.0-EA3
|
ALFRESCO_TAG=6.1.0-EA3
|
||||||
SHARE_TAG=6.0
|
SHARE_TAG=6.0
|
||||||
POSTGRES_TAG=10.1
|
POSTGRES_TAG=10.1
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
alfresco:
|
alfresco:
|
||||||
image: alfresco/alfresco-content-repository${ALFRESCO_EDITION}:${ALFRESCO_TAG}
|
image: ${ALFRESCO_IMAGE}:${ALFRESCO_TAG}
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS : "
|
JAVA_OPTS : "
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Ddb.driver=org.postgresql.Driver
|
||||||
|
Reference in New Issue
Block a user