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

add dgraph

parent 453a3a9c
No related branches found
No related tags found
No related merge requests found
data/
version: "3.2"
services:
zero:
image: dgraph/dgraph:latest
volumes:
- ./data:/dgraph
ports:
- 5080:5080
- 6080:6080
restart: on-failure
command: dgraph zero --my=zero:5080
alpha:
image: dgraph/dgraph:latest
volumes:
- ./data:/dgraph
ports:
- 8080:8080
- 9080:9080
restart: on-failure
command: dgraph alpha --my=alpha:7080 --zero=zero:5080
ratel:
image: dgraph/dgraph:latest
# links:
# - zero
# - alpha
ports:
- 8000:8000
command: dgraph-ratel
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment