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: ...@@ -267,7 +267,7 @@ services:
- PGUSER=postgres - PGUSER=postgres
- PGPASSWORD=postgres - PGPASSWORD=postgres
- PGPORT=5432 - PGPORT=5432
- interval=1 - interval=5
- query_file_path=/app/queries/queries.txt - query_file_path=/app/queries/queries.txt
volumes: volumes:
- ./eval/query/pg/log:/app/log - ./eval/query/pg/log:/app/log
...@@ -279,7 +279,7 @@ services: ...@@ -279,7 +279,7 @@ services:
container_name: 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/cypher_queries
environment: environment:
- interval=1 - interval=5
- db_host=neo4j - db_host=neo4j
- db_port=7687 - db_port=7687
- query_file_path=/app/queries/queries.txt - query_file_path=/app/queries/queries.txt
...@@ -293,7 +293,7 @@ services: ...@@ -293,7 +293,7 @@ services:
container_name: query_ongdb container_name: query_ongdb
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/ongdb_queries image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/ongdb_queries
environment: environment:
- interval=1 - interval=5
- db_host=ongdb - db_host=ongdb
- db_port=7687 - db_port=7687
- query_file_path=/app/queries/queries.txt - query_file_path=/app/queries/queries.txt
...@@ -307,7 +307,7 @@ services: ...@@ -307,7 +307,7 @@ services:
container_name: 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/cypher_queries
environment: environment:
- interval=1 - interval=5
- db_host=memgraph - db_host=memgraph
- db_port=7687 - db_port=7687
- query_file_path=/app/queries/queries.txt - 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