mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-09-17 14:21:45 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user