Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Lab
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robotka István Adrián
Project Lab
Commits
a9111359
Commit
a9111359
authored
Feb 26, 2021
by
Robotka István Adrián
Browse files
Options
Downloads
Patches
Plain Diff
add dgraph
parent
453a3a9c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
dgraph/.gitignore
+1
-0
1 addition, 0 deletions
dgraph/.gitignore
dgraph/docker-compose.yml
+28
-0
28 additions, 0 deletions
dgraph/docker-compose.yml
with
29 additions
and
0 deletions
dgraph/.gitignore
0 → 100644
+
1
−
0
View file @
a9111359
data/
This diff is collapsed.
Click to expand it.
dgraph/docker-compose.yml
0 → 100644
+
28
−
0
View file @
a9111359
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment