initial commit

This commit is contained in:
v 2024-02-15 22:58:19 -05:00
commit fa44705673
13 changed files with 1908 additions and 0 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
version: '3'
services:
memgraph-mage:
image: memgraph/memgraph-mage
ports:
- '7687:7687'
- '7444:7444'