Skip to content
Snippets Groups Projects
Commit 86c7893b authored by Sven-Ove Hänsel's avatar Sven-Ove Hänsel
Browse files

update interval

parent ca902a90
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ services:
- PGUSER=postgres
- PGPASSWORD=postgres
- PGPORT=5432
- interval=1
- interval=5
- query_file_path=/app/queries/queries.txt
volumes:
- ./eval/query/pg/log:/app/log
......@@ -279,7 +279,7 @@ services:
container_name: query_neo4j
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries
environment:
- interval=1
- interval=5
- db_host=neo4j
- db_port=7687
- query_file_path=/app/queries/queries.txt
......@@ -293,7 +293,7 @@ services:
container_name: query_ongdb
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/ongdb_queries
environment:
- interval=1
- interval=5
- db_host=ongdb
- db_port=7687
- query_file_path=/app/queries/queries.txt
......@@ -307,7 +307,7 @@ services:
container_name: query_memgraph
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/cypher_queries
environment:
- interval=1
- interval=5
- db_host=memgraph
- db_port=7687
- query_file_path=/app/queries/queries.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment