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

trying to get it working

parent 3e720937
No related branches found
No related tags found
No related merge requests found
......@@ -61,16 +61,15 @@ services:
- "8687:7687"
- "8444:7444"
- "3001:3000"
- "9091:9091"
environment:
- mem_host=bolt://memgraph:7687
- abort_time=999999
- mos_host=mos1
- mos_port=1883
- 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 "
volumes:
- ./memgraph/mg_lib:/var/lib/memgraph
- ./memgraph/mg_log:/var/log/memgraph
- ./memgraph/mg_etc:/etc/memgraph
entrypoint: ["/usr/bin/supervisord"]
# entrypoint: ["/usr/bin/supervisord"]
healthcheck:
test: ["CMD", "mgconsole"]
interval: 30s
......@@ -78,6 +77,12 @@ services:
retries: 5
start_period: 30s
mem_exporter:
image: mem_exporter
container_name: mem_exporter
ports:
- "9115:9115"
# Datenbank Container - Neo4j
neo4j:
image: neo4j:enterprise
......@@ -205,11 +210,6 @@ services:
depends_on:
- sub_neo4j
- sub_pg
# condition: service_healthy
# restart: true
# command: ["dockerize", "-wait", "http://neo4j:7474", "ls"]
volumes:
postgres:
......@@ -224,7 +224,3 @@ volumes:
networks:
postgres:
external: true
# mosquitto:
# name: mosquitto
# driver: bridge
# external: true
\ No newline at end of file
......@@ -31,7 +31,7 @@ scrape_configs:
static_configs:
- targets: ['cadvisor:8080']
# Example job for node_exporter
# - job_name: 'node_exporter'
# static_configs:
# - targets: ['node_exporter:9100']
- job_name: 'memgraph'
scrape_interval: 5s
static_configs:
- targets: ['mem_exporter:9115']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment