From b32cbfd7424a0bab33ec115c945dbdd72f15e96c Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 12 Jan 2024 10:47:07 +0000 Subject: [PATCH] Added dependency to neodash --- stack.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stack.yaml b/stack.yaml index 9986155..9e26548 100644 --- a/stack.yaml +++ b/stack.yaml @@ -173,6 +173,8 @@ services: # This should provide the real AI assisted punching power for this stack neodash: image: neo4jlabs/neodash:latest + depends_on: + - neo4j ports: - "5005:5005" deploy: