From 90dbcf257de4832a4ed4889a6b23119b7ff5da96 Mon Sep 17 00:00:00 2001 From: LordFPL Date: Thu, 21 Sep 2017 12:16:12 +0200 Subject: [PATCH] Add gitaly-ruby & gitlab-shell dir Fix https://github.com/sameersbn/docker-gitlab/issues/1354 --- assets/runtime/config/gitaly/config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/runtime/config/gitaly/config.toml b/assets/runtime/config/gitaly/config.toml index 1c198478..fd5369eb 100644 --- a/assets/runtime/config/gitaly/config.toml +++ b/assets/runtime/config/gitaly/config.toml @@ -9,3 +9,11 @@ socket_path = "{{GITALY_SOCKET_PATH}}" [[storage]] name = "default" path = "{{GITLAB_REPOS_DIR}}" + +[gitaly-ruby] +# The directory where gitaly-ruby is installed +dir = "/home/git/gitaly/ruby" + +[gitlab-shell] +# The directory where gitlab-shell is installed +dir = "/home/git/gitlab-shell"