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 = '$' ) #set( $symbol_dollar = '$' )
version: '3.4' version: '3.4'
services: services:
${rootArtifactId}-share: # Optional
image: ${symbol_dollar}{docker.share.image}:${symbol_dollar}{alfresco.share.version} # ${rootArtifactId}-share:
environment: # image: ${symbol_dollar}{docker.share.image}:${symbol_dollar}{alfresco.share.version}
REPO_HOST: ${rootArtifactId}-acs # environment:
REPO_PORT: 8080 # REPO_HOST: ${rootArtifactId}-acs
ports: # REPO_PORT: 8080
- "${symbol_dollar}{share.port}:8080" # ports:
# - "${symbol_dollar}{share.port}:8080"
${rootArtifactId}-acs: ${rootArtifactId}-acs:
image: alfresco-content-services-${rootArtifactId}:development image: alfresco-content-services-${rootArtifactId}:development
build: build: