added depends_on for ATS

This commit is contained in:
Brian Long 2020-12-17 12:37:10 -05:00
parent 8c480402ed
commit 79ef1f5868

View File

@ -9,12 +9,19 @@ services:
depends_on:
- postgres-acs
- activemq
- shared-file-store
transform-router:
image: quay.io/alfresco/alfresco-transform-router:latest
depends_on:
- activemq
- shared-file-store
transform-core-aio:
image: alfresco/alfresco-transform-core-aio:latest
depends_on:
- activemq
- shared-file-store
shared-file-store:
image: alfresco/alfresco-shared-file-store:latest