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

update docker compose

parent e10f851b
Branches
Tags
No related merge requests found
......@@ -81,10 +81,10 @@ services:
- "3001:3000"
- "9091:9091"
environment:
- MEMGRAPH="--query-modules-directory=/usr/lib/memgraph/query_modules --metrics-address=0.0.0.0 --metrics-port=9091 --log-file=/var/log/memgraph/memgraph.log --log-level=TRACE "
- 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 "
volumes:
- ./memgraph/mg_lib:/var/lib/memgraph
- ./memgraph/mg_log:/var/log/memgraph
- ./memgraph/mg_log:/var/log/memgraph:rw
- ./memgraph/mg_etc:/etc/memgraph
# entrypoint: ["/usr/bin/supervisord"]
healthcheck:
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment