replaced postgresql with mysql
This commit is contained in:
parent
3cb24f7587
commit
f66e9aa1e8
@ -8,8 +8,8 @@ services:
|
|||||||
image: alfresco/alfresco-content-repository:latest
|
image: alfresco/alfresco-content-repository:latest
|
||||||
environment:
|
environment:
|
||||||
JAVA_OPTS: "
|
JAVA_OPTS: "
|
||||||
-Ddb.driver=org.postgresql.Driver
|
-Ddb.driver=com.mysql.jdbc.Driver
|
||||||
-Ddb.url=jdbc:postgresql://postgres-acs:5432/alfresco
|
-Ddb.url=jdbc:mysql://mysql-acs:3306/alfresco?useUnicode=yes\\&characterEncoding=UTF-8\\&useSSL=false
|
||||||
-Dshare.host=${PROXY_SHARE_HOST}
|
-Dshare.host=${PROXY_SHARE_HOST}
|
||||||
-Dshare.port=${PROXY_SHARE_PORT}
|
-Dshare.port=${PROXY_SHARE_PORT}
|
||||||
-Dshare.protocol=${PROXY_SHARE_PROTOCOL}
|
-Dshare.protocol=${PROXY_SHARE_PROTOCOL}
|
||||||
@ -19,11 +19,11 @@ services:
|
|||||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||||
"
|
"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- mysql-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
|
||||||
postgres-acs:
|
mysql-acs:
|
||||||
image: postgres:latest
|
image: mysql:latest
|
||||||
|
|
||||||
activemq:
|
activemq:
|
||||||
image: alfresco/alfresco-activemq:latest
|
image: alfresco/alfresco-activemq:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user