Compare commits
4 Commits
ags-enterp
...
propagate/
Author | SHA1 | Date | |
---|---|---|---|
|
dc3e42c872 | ||
ae7b02d6ea | |||
5b65b4817e | |||
f66e9aa1e8 |
@@ -8,19 +8,19 @@ services:
|
||||
image: alfresco/alfresco-content-repository:latest
|
||||
environment:
|
||||
JAVA_OPTS: "
|
||||
-Ddb.driver=org.postgresql.Driver
|
||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
||||
-Ddb.driver=com.mysql.jdbc.Driver
|
||||
-Ddb.url=jdbc:mysql://mysql-acs:3306/alfresco?useUnicode=yes\\&characterEncoding=UTF-8\\&useSSL=false
|
||||
-Dalfresco.host=${PROXY_HOST}
|
||||
-Dalfresco.port=${PROXY_PORT}
|
||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||
"
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- mysql-acs
|
||||
- activemq
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
mysql-acs:
|
||||
image: mysql:latest
|
||||
|
||||
activemq:
|
||||
image: alfresco/alfresco-activemq:latest
|
||||
|
Reference in New Issue
Block a user