Skip to content

Commit

Permalink
add e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimanyusinghgaur committed Sep 1, 2020
1 parent 3a0c787 commit cafc727
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions graphql/e2e/custom_logic/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ services:
image: dgraph/dgraph:latest
container_name: alpha1
working_dir: /data/alpha1
ulimits:
memlock:
soft: -1
hard: -1
labels:
cluster: test
ports:
Expand All @@ -22,6 +26,10 @@ services:
image: dgraph/dgraph:latest
container_name: zero1
working_dir: /data/zero1
ulimits:
memlock:
soft: -1
hard: -1
labels:
cluster: test
ports:
Expand Down

0 comments on commit cafc727

Please sign in to comment.