added depends_on for ATS
This commit is contained in:
parent
8c480402ed
commit
79ef1f5868
@ -9,12 +9,19 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- postgres-acs
|
- postgres-acs
|
||||||
- activemq
|
- activemq
|
||||||
|
- shared-file-store
|
||||||
|
|
||||||
transform-router:
|
transform-router:
|
||||||
image: quay.io/alfresco/alfresco-transform-router:latest
|
image: quay.io/alfresco/alfresco-transform-router:latest
|
||||||
|
depends_on:
|
||||||
|
- activemq
|
||||||
|
- shared-file-store
|
||||||
|
|
||||||
transform-core-aio:
|
transform-core-aio:
|
||||||
image: alfresco/alfresco-transform-core-aio:latest
|
image: alfresco/alfresco-transform-core-aio:latest
|
||||||
|
depends_on:
|
||||||
|
- activemq
|
||||||
|
- shared-file-store
|
||||||
|
|
||||||
shared-file-store:
|
shared-file-store:
|
||||||
image: alfresco/alfresco-shared-file-store:latest
|
image: alfresco/alfresco-shared-file-store:latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user