Compare commits
13 Commits
acs-sync-b
...
acs-lats-b
Author | SHA1 | Date | |
---|---|---|---|
415994f1f3 | |||
9a93ec369c | |||
2dc64b23e4 | |||
e9186dec84 | |||
|
5a16e389c4 | ||
2ec11a1135 | |||
48d46aa70c | |||
32ad6d8195 | |||
ddb535ab14 | |||
331eda62fc | |||
0bb3b7bb28 | |||
f97b6b973b | |||
3fea801d26 |
1
.env
1
.env
@@ -6,5 +6,6 @@ PROXY_HOST=localhost
|
||||
PROXY_PORT=8080
|
||||
|
||||
ACS_TAG=7.4.1.1
|
||||
ATE_AIO_TAG=4.0.0
|
||||
AAMQ_TAG=latest
|
||||
POSTGRES_TAG=13
|
||||
|
@@ -23,11 +23,20 @@ services:
|
||||
-Dalfresco.port=${PROXY_PORT}
|
||||
-Dalfresco.protocol=${PROXY_PROTOCOL}
|
||||
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&jms.useCompression=true\"
|
||||
-DlocalTransform.core-aio.url=http://transform-core-aio:8090/
|
||||
-Dalfresco-pdf-renderer.url=http://transform-core-aio:8090/
|
||||
-Djodconverter.url=http://transform-core-aio:8090/
|
||||
-Dimg.url=http://transform-core-aio:8090/
|
||||
-Dtika.url=http://transform-core-aio:8090/
|
||||
-Dtransform.misc.url=http://transform-core-aio:8090/
|
||||
"
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- activemq
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
|
||||
|
Reference in New Issue
Block a user