summaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 28ab3cfe24312942d8106f3fbaa16c08e0140063 (plain)
1
2
3
4
5
6
7
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'