Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2017-05-17 18:19:41 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-05-17 18:19:41 +0300
commitf73cd40cb650f7c6fa62a9633ba67cbececef96d (patch)
tree9e41004a8a707fbbab8cd5bba89910a13cd21a99
parentc52ef21323231edfbeccedeaa69b15f6c080174f (diff)
Add second docker mount in test cluster
-rw-r--r--_support/test-cluster/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/_support/test-cluster/docker-compose.yml b/_support/test-cluster/docker-compose.yml
index e01ed8ab7..46ccf93c7 100644
--- a/_support/test-cluster/docker-compose.yml
+++ b/_support/test-cluster/docker-compose.yml
@@ -11,6 +11,7 @@ services:
volumes:
- ./app1/etc-gitlab:/etc/gitlab
- ./gitaly1/data:/mnt/data1
+ - ./gitaly2/data:/mnt/data2
gitaly1:
image: gitlab/gitlab-ce:9.2.0-rc1.ce.0
expose: