Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
ma_code
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sven-Ove Hänsel
ma_code
Commits
b358a373
Commit
b358a373
authored
2 months ago
by
Sven-Ove Hänsel
Browse files
Options
Downloads
Patches
Plain Diff
WORKING
parent
351a894d
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
code/infrastructure/docker-compose_memgraph_idacs.yml
+10
-6
10 additions, 6 deletions
code/infrastructure/docker-compose_memgraph_idacs.yml
requirements.txt
+3
-1
3 additions, 1 deletion
requirements.txt
with
13 additions
and
7 deletions
code/infrastructure/docker-compose_memgraph_idacs.yml
+
10
−
6
View file @
b358a373
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
3
−
1
View file @
b358a373
paho-mqtt
websockets
ipykernel
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment