Running gitlab and gitlab-shell separately

2019-05-30 03:14发布

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?

标签: docker gitlab
1条回答
Fickle 薄情
2楼-- · 2019-05-30 03:45

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/
查看更多
登录 后发表回答