mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
RM-6372 Code review changes
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
|
|
||||||
|
|
||||||
FROM alfresco/alfresco-content-repository-community:latest
|
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 \
|
COPY target/alfresco-rm-community-repo-*.amp $TOMCAT_DIR/amps/
|
||||||
/usr/local/tomcat/amps/alfresco-rm-community-repo-*.amp /usr/local/tomcat/webapps/alfresco -nobackup
|
|
||||||
|
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"
|
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.
|
# For remote debug we need the CATALINA_OPTS and to expose port 8000.
|
||||||
|
|
||||||
services:
|
services:
|
||||||
alfresco:
|
alfresco:
|
||||||
|
# acs repo community image with ags repo community amp applied
|
||||||
image: alfresco/ags-repo-community:latest
|
image: alfresco/ags-repo-community:latest
|
||||||
environment:
|
environment:
|
||||||
CATALINA_OPTS : "
|
CATALINA_OPTS : "
|
||||||
@@ -30,7 +28,7 @@ services:
|
|||||||
-Dcifs.enabled=true
|
-Dcifs.enabled=true
|
||||||
"
|
"
|
||||||
ports:
|
ports:
|
||||||
- 8082:8080
|
- 8080:8080
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 445:445
|
- 445:445
|
||||||
- 143:143
|
- 143:143
|
||||||
|
@@ -656,6 +656,7 @@
|
|||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
</profile>
|
</profile>
|
||||||
|
<!--Docker profiles used to build specific docker images for community repo, defined in parent pom -->
|
||||||
<profile>
|
<profile>
|
||||||
<id>buildDockerImage</id>
|
<id>buildDockerImage</id>
|
||||||
<build>
|
<build>
|
||||||
|
Reference in New Issue
Block a user