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

README.md « praefect-cluster « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0da46b576e01d4b83318dfa65a63b1f50ce56398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 setup is meant for testing purposes only and SHOULD NOT be used
in production environments because it handles secrets in an unsafe way.

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

This template uses nightly docker images. To see what GitLab version you are
currently running, run
`docker-compose exec app1 grep gitlab-ce /opt/gitlab/version-manifest.txt`. To
update to the latest nightly images run `docker-compose pull`.