diff --git a/docker-compose.yml b/docker-compose.yml index ae8eace..7a4d3a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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