configured for ACS community v6.2.2-RC1

This commit is contained in:
Brian Long 2020-12-16 23:55:00 -05:00
parent 0f36dd1943
commit 723f3ec954

View File

@ -5,16 +5,50 @@ version: "2"
services:
alfresco:
image: alfresco/alfresco-content-repository:latest
image: alfresco/alfresco-content-repository-community:6.2.2-RC1
mem_limit: 1700m
environment:
JAVA_OPTS: "
-Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco
-Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dindex.subsystem.name=noindex
-Dalfresco.host=localhost
-Dalfresco.port=8080
-Daos.baseUrlOverwrite=http://localhost:8080/alfresco/aos
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
-Ddeployment.method=DOCKER_COMPOSE
-Dtransform.service.enabled=false
-Dlocal.transform.service.enabled=false
-Dcsrf.filter.enabled=false
-XX:MinRAMPercentage=50 -XX:MaxRAMPercentage=80
-Dsystem.content.eagerOrphanCleanup=true
-Dsystem.content.orphanProtectDays=0
"
postgres-acs:
image: postgres:latest
image: postgres:11.4
mem_limit: 512m
environment:
- POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco
- POSTGRES_DB=alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
activemq:
image: alfresco/alfresco-activemq:latest
image: alfresco/alfresco-activemq:5.15.8
mem_limit: 1g
ports:
- 8161:8161 # HTTP
- 5672:5672 # AMQP
- 61616:61616 # OpenWire
- 61613:61613 # STOMP
proxy:
image: alfresco/alfresco-acs-nginx:latest
image: alfresco/alfresco-acs-nginx:3.0.2
depends_on:
- alfresco
ports: