mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-6372 Code review changes
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
|
||||
|
||||
FROM alfresco/alfresco-content-repository-community:latest
|
||||
|
||||
COPY target/alfresco-rm-community-repo-*.amp /usr/local/tomcat/amps/
|
||||
ARG TOMCAT_DIR=/usr/local/tomcat
|
||||
|
||||
RUN java -jar /usr/local/tomcat/alfresco-mmt/alfresco-mmt*.jar install \
|
||||
/usr/local/tomcat/amps/alfresco-rm-community-repo-*.amp /usr/local/tomcat/webapps/alfresco -nobackup
|
||||
COPY target/alfresco-rm-community-repo-*.amp $TOMCAT_DIR/amps/
|
||||
|
||||
RUN java -jar $TOMCAT_DIR/alfresco-mmt/alfresco-mmt*.jar install \
|
||||
$TOMCAT_DIR/amps/alfresco-rm-community-repo-*.amp $TOMCAT_DIR/webapps/alfresco -nobackup
|
||||
|
@@ -1,12 +1,10 @@
|
||||
version: "3"
|
||||
|
||||
# The acs-community-deployment project contains the product version of docker-compose.
|
||||
#
|
||||
# This version is for testing and development use. For testing and debug we need to have a more open version.
|
||||
# For remote debug we need the CATALINA_OPTS and to expose port 8000.
|
||||
|
||||
services:
|
||||
alfresco:
|
||||
# acs repo community image with ags repo community amp applied
|
||||
image: alfresco/ags-repo-community:latest
|
||||
environment:
|
||||
CATALINA_OPTS : "
|
||||
@@ -30,7 +28,7 @@ services:
|
||||
-Dcifs.enabled=true
|
||||
"
|
||||
ports:
|
||||
- 8082:8080
|
||||
- 8080:8080
|
||||
- 8000:8000
|
||||
- 445:445
|
||||
- 143:143
|
||||
|
@@ -656,6 +656,7 @@
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
<!--Docker profiles used to build specific docker images for community repo, defined in parent pom -->
|
||||
<profile>
|
||||
<id>buildDockerImage</id>
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user