diff --git a/code/infrastructure/docker-compose.yml b/code/infrastructure/docker-compose.yml index e78ddb6c045d7843d39b2eff71c2f29eae0fd903..ab0147ee04b39e8c47949505436fed7a87274bb9 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