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: 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