Platform archetype - Make share container optional

Comment out the share container in the docker-compose file because
it is optional in this archetype.
This commit is contained in:
Jose Luis Osorno
2018-12-19 14:20:21 +01:00
parent 82cb58f472
commit 0ca57b20a1

View File

@@ -1,13 +1,14 @@
#set( $symbol_dollar = '$' )
version: '3.4'
services:
${rootArtifactId}-share:
image: ${symbol_dollar}{docker.share.image}:${symbol_dollar}{alfresco.share.version}
environment:
REPO_HOST: ${rootArtifactId}-acs
REPO_PORT: 8080
ports:
- "${symbol_dollar}{share.port}:8080"
# Optional
# ${rootArtifactId}-share:
# image: ${symbol_dollar}{docker.share.image}:${symbol_dollar}{alfresco.share.version}
# environment:
# REPO_HOST: ${rootArtifactId}-acs
# REPO_PORT: 8080
# ports:
# - "${symbol_dollar}{share.port}:8080"
${rootArtifactId}-acs:
image: alfresco-content-services-${rootArtifactId}:development
build: