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

WORKING

parent 351a894d
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,9 @@ services:
grafana:
image: grafana/grafana-oss:latest
container_name: grafana
environment:
- GF_AUTH_ANONYMOUS_ENABLED=true
- GF_AUTH_ANONYMOUS_ORG_ROLE=Admin
ports:
- "127.0.0.1:3000:3000"
volumes:
......@@ -52,11 +55,11 @@ services:
- "9091:9091"
# - "9115:9115" only for mem_exporter
environment:
- MEMGRAPH="--query-modules-directory=/usr/lib/memgraph/query_modules --monitoring-address=0.0.0.0 --monitoring-port=7444 --log-file=/var/log/memgraph/memgraph.log --log-level=TRACE --config=/etc/memgraph/memgraph.conf --memory-limit=5120 --query-execution-timeout-sec=6000 --storage-transaction-timeout-sec=600 --cartesian-product-enabled=false"
volumes: # mybe adding --memory-limit=6G # above
- ./memgraph/mg_lib:/var/lib/memgraph
- ./memgraph/mg_log:/var/log/memgraph:rw
- ./memgraph/mg_etc:/etc/memgraph:rw
- MEMGRAPH="--query-modules-directory=/usr/lib/memgraph/query_modules --monitoring-address=0.0.0.0 --monitoring-port=7444 --config=/etc/memgraph/memgraph.conf --memory-limit=5120 --query-execution-timeout-sec=6000 --storage-transaction-timeout-sec=600 --cartesian-product-enabled=false"
# volumes: # mybe adding --memory-limit=6G # above
# - ./memgraph/mg_lib:/var/lib/memgraph
# - ./memgraph/mg_log:/var/log/memgraph:rw
# - ./memgraph/mg_etc:/etc/memgraph:rw
entrypoint: ["/usr/bin/supervisord"]
healthcheck:
test: ["CMD", "mgconsole"]
......@@ -97,7 +100,7 @@ services:
sub_mem: # don t start sub
container_name: sub_mem
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/sub_mem
image: docker.gitlab.gwdg.de/sven-ove.haensel/ma_haensel/sub_mem:latest
environment:
- abort_time_limit=999999
- mem_host=bolt://memgraph:7687
......@@ -132,6 +135,7 @@ services:
query_memgraph:
container_name: query_memgraph
platform: linux/amd64
image: lab.it.hs-hannover.de:4567/cwy-p8d-u1/ma_code/memgraph_queries
environment:
- interval=2
......
paho-mqtt
websockets
ipykernel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment