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

README.md « test-cluster « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e1e010cf7daa53dfab6b06ec966ce87e21ad3ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Test cluster with multiple Gitaly servers

This directory contains a
[docker-compose.yml](https://docs.docker.com/compose/) and Omnibus
GitLab configuration files to boot GitLab with multiple Gitaly servers
behind it. This is meant for testing purposes.

Boot the cluster with `docker-compose up`. After some time you can log
in to your GitLab instance at `localhost:8080`.

Edit `docker-compose.yml` if you want to use a different GitLab
version from what is currently in there.