From 0b95060a6bb2ce63374451c1b5e75bb6ca342a98 Mon Sep 17 00:00:00 2001
From: cwy-p8d-u1 <sven-ove.haensel@stud.hs-hannover.de>
Date: Fri, 15 Mar 2024 17:36:50 +0100
Subject: [PATCH] modify images

---
 code/infrastructure/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/infrastructure/docker-compose.yml b/code/infrastructure/docker-compose.yml
index e78ddb6..ab0147e 100644
--- a/code/infrastructure/docker-compose.yml
+++ b/code/infrastructure/docker-compose.yml
@@ -278,7 +278,7 @@ services:
 
   query_neo4j:
     container_name: query_neo4j
-    image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries
+    image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/neo4j_queries
     environment:
       - interval=1
       - db_host=neo4j 
@@ -306,7 +306,7 @@ services:
   
   query_memgraph:
     container_name: query_memgraph
-    image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries
+    image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/memgraph_queries
     environment:
       - interval=1
       - db_host=memgraph 
-- 
GitLab