added service referencing variables
This commit is contained in:
parent
0608045c1b
commit
487a677f6f
@ -18,12 +18,19 @@ services:
|
|||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:latest
|
image: quay.io/alfresco/alfresco-transform-router:latest
|
||||||
|
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:
|
depends_on:
|
||||||
- activemq
|
- activemq
|
||||||
- shared-file-store
|
- shared-file-store
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:latest
|
image: alfresco/alfresco-transform-core-aio:latest
|
||||||
|
environment:
|
||||||
|
ACTIVEMQ_URL: "nio://activemq:61616"
|
||||||
|
FILE_STORE_URL: "http://shared-file-store:8099/alfresco/api/-default-/private/sfs/versions/1/file"
|
||||||
depends_on:
|
depends_on:
|
||||||
- activemq
|
- activemq
|
||||||
- shared-file-store
|
- shared-file-store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user