diff options
| author | Sean McGivern <sean@gitlab.com> | 2021-05-19 18:14:05 +0100 |
|---|---|---|
| committer | Sean McGivern <sean@gitlab.com> | 2021-05-20 16:19:17 +0000 |
| commit | 2600bf7ac3b70e7df0e164087241bfda0b73ea8f (patch) | |
| tree | a340747a59851134feff42a5a2ff9276f7a02306 /docker-compose.yml | |
| parent | b13bc6e5141ce5a45469c8ab0aa888badcedd9b5 (diff) | |
| download | gitlab-shell-2600bf7ac3b70e7df0e164087241bfda0b73ea8f.tar.gz | |
Set up a test Gitaly server in CI and provide a docker-compose file
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..28ab3cf --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,8 @@ +version: '3.1' +services: + gitaly: + environment: + - GITALY_TESTING_NO_GIT_HOOKS=1 + image: registry.gitlab.com/gitlab-org/build/cng/gitaly:latest + ports: + - '8075:8075' |
