Compare commits
30 Commits
acs-share-
...
acs-ats-ba
Author | SHA1 | Date | |
---|---|---|---|
b17f702f05 | |||
c3f695ae8b | |||
2b14374993 | |||
a4cfbd0b14 | |||
04b394c31c | |||
fbbed5946f | |||
831f1cb4f0 | |||
0e5181d12a | |||
f569d712e1 | |||
ffac352049 | |||
39928d09fc | |||
9859e68fe8 | |||
4dccd7892f | |||
b024fd8d7e | |||
8a36f91d06 | |||
d3b41dcc46 | |||
b47583a716 | |||
04f44ef280 | |||
ce9b143fb5 | |||
f73fdbb5ea | |||
3b631bcd87 | |||
d6f1c99c79 | |||
6d35ffa551 | |||
6c739c5795 | |||
487a677f6f | |||
0608045c1b | |||
79ef1f5868 | |||
8c480402ed | |||
6858d201c2 | |||
c1323a8171 |
3
.env
3
.env
@@ -6,5 +6,8 @@ PROXY_HOST=localhost
|
||||
PROXY_PORT=8080
|
||||
|
||||
ACS_TAG=7.4.1.1
|
||||
ATR_TAG=3.0.0
|
||||
ATE_AIO_TAG=4.0.0
|
||||
ASFS_TAG=3.0.0
|
||||
AAMQ_TAG=latest
|
||||
POSTGRES_TAG=13
|
||||
|
@@ -27,6 +27,31 @@ services:
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- activemq
|
||||
- shared-file-store
|
||||
|
||||
transform-router:
|
||||
image: quay.io/alfresco/alfresco-transform-router:${ATR_TAG}
|
||||
environment:
|
||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
||||
CORE_AIO_URL : "http://transform-core-aio:8090"
|
||||
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
||||
depends_on:
|
||||
- activemq
|
||||
- shared-file-store
|
||||
|
||||
transform-core-aio:
|
||||
image: alfresco/alfresco-transform-core-aio:${ATE_AIO_TAG}
|
||||
environment:
|
||||
ACTIVEMQ_URL: "nio://activemq:61616"
|
||||
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
||||
depends_on:
|
||||
- activemq
|
||||
- shared-file-store
|
||||
|
||||
shared-file-store:
|
||||
image: quay.io/alfresco/alfresco-shared-file-store:${ASFS_TAG}
|
||||
volumes:
|
||||
- shared-file-store-volume:/tmp/Alfresco/sfs
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:${POSTGRES_TAG}
|
||||
@@ -41,3 +66,9 @@ services:
|
||||
- 8080:8080
|
||||
depends_on:
|
||||
- platform
|
||||
|
||||
volumes:
|
||||
shared-file-store-volume:
|
||||
driver_opts:
|
||||
type: tmpfs
|
||||
device: tmpfs
|
||||
|
Reference in New Issue
Block a user