Skip to content

Commit

Permalink
Adding SKEMA_GRAPH_DB_HOST and SKEMA_GRAPH_DB_PORT variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentraymond-ua authored Nov 15, 2023
1 parent 327a764 commit 3d95b17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions end-to-end-rest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ services:
- mg_etc:/etc/memgraph
environment:
- MEMGRAPH=--memory-limit=3000 --log-level=TRACE"
- "SKEMA_GRAPH_DB_HOST=graphdb"
- "SKEMA_GRAPH_DB_PORT=7687"

# example cmd: curl -X POST http://0.0.0.0:8031/tex2mml \
# -H "Content-Type: application/json" \
Expand Down

0 comments on commit 3d95b17

Please sign in to comment.