Running gitlab and gitlab-shell separately

雨燕双飞 提交于 2019-12-08 05:20:44

问题


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/


来源:https://stackoverflow.com/questions/45057746/running-gitlab-and-gitlab-shell-separately

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!