Compare commits

..

4 Commits

View File

@@ -5,14 +5,14 @@ version: "2"
services: services:
platform: platform:
image: alfresco/alfresco-content-repository-community:6.2.0-ga image: alfresco/alfresco-governance-repository-community:V3.4-latest
mem_limit: 1700m mem_limit: 1700m
environment: environment:
JAVA_OPTS: " JAVA_OPTS: "
-Ddb.driver=com.mysql.jdbc.Driver -Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco -Ddb.username=alfresco
-Ddb.password=alfresco -Ddb.password=alfresco
-Ddb.url=jdbc:mysql://mysql-acs:3306/alfresco?useUnicode=yes\\&characterEncoding=UTF-8\\&useSSL=false -Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
-Dindex.subsystem.name=noindex -Dindex.subsystem.name=noindex
-Dalfresco.host=${PROXY_HOST} -Dalfresco.host=${PROXY_HOST}
-Dalfresco.port=${PROXY_PORT} -Dalfresco.port=${PROXY_PORT}
@@ -31,17 +31,17 @@ services:
-Djodconverter.enabled=false -Djodconverter.enabled=false
" "
depends_on: depends_on:
- mysql-acs - postgres-acs
- activemq - activemq
mysql-acs: postgres-acs:
image: mysql:5.7 image: postgres:11.7
mem_limit: 512m mem_limit: 512m
environment: environment:
- MYSQL_RANDOM_ROOT_PASSWORD=true - POSTGRES_PASSWORD=alfresco
- MYSQL_PASSWORD=alfresco - POSTGRES_USER=alfresco
- MYSQL_USER=alfresco - POSTGRES_DB=alfresco
- MYSQL_DATABASE=alfresco command: postgres -c max_connections=300 -c log_min_messages=LOG
activemq: activemq:
image: alfresco/alfresco-activemq:5.15.8 image: alfresco/alfresco-activemq:5.15.8