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 = '$' )
|
#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:
|
||||||
|
Reference in New Issue
Block a user