Running gitlab and gitlab-shell separately

2019-05-30 03:29发布

问题:

I'm building docker images for gitlab and I want to follow docker design – one process in one container. Is it possible to run gitlab shell in a separate container (with sshd)? Should I be aware of any pitfalls?

回答1:

Seems it's not possible, according to these lines in gitlab.yml:

  ## GitLab Shell settings
  gitlab_shell:
    path: /home/git/gitlab-shell/
    hooks_path: /home/git/gitlab-shell/hooks/


标签: docker gitlab