initial commit
This commit is contained in:
commit
fa44705673
13 changed files with 1908 additions and 0 deletions
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
memgraph-mage:
|
||||
image: memgraph/memgraph-mage
|
||||
ports:
|
||||
- '7687:7687'
|
||||
- '7444:7444'
|
Loading…
Add table
Add a link
Reference in a new issue