Skip to content
Snippets Groups Projects
Commit 269f1a09 authored by Robotka István Adrián's avatar Robotka István Adrián
Browse files

Grakn with docker compose

parent 453a3a9c
No related branches found
No related tags found
1 merge request!1Grakn with docker compose
......@@ -9,7 +9,7 @@ Check out `docs/` folder and the
## Timing
- Week 1-2: orientation
- Week 3-6: PoC
- Week 1-3: orientation
- Week 4-6: PoC
- Week 7-10: details
- Week 11-14: documentation
data/
#!/bin/sh
docker exec -it grakn-srv \
/grakn-core-all-linux/grakn console
version: "3.4"
services:
grakn:
container_name: grakn-srv
image: graknlabs/grakn:1.8.4
volumes:
- ./data:/grakn-core-all-linux/server/db/
ports:
- 127.0.0.1:48555:48555
- 127.0.0.1:1729:1729
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment