added depends_on for the alfresco service
This commit is contained in:
@@ -6,6 +6,9 @@ version: "2"
|
||||
services:
|
||||
alfresco:
|
||||
image: alfresco/alfresco-content-repository:latest
|
||||
depends_on:
|
||||
- postgres-acs
|
||||
- activemq
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
|
Reference in New Issue
Block a user