mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Add variables to config functions
This commit is contained in:
parent
1b09ce0bef
commit
b9b56bf6be
@ -282,7 +282,8 @@ gitlab_configure_gitaly() {
|
||||
GITLAB_REPOS_DIR
|
||||
|
||||
update_template ${GITLAB_CONFIG} \
|
||||
GITALY_ENABLED
|
||||
GITALY_ENABLED \
|
||||
GITALY_TOKEN
|
||||
|
||||
}
|
||||
|
||||
@ -1409,6 +1410,10 @@ configure_gitlab() {
|
||||
GITLAB_SHELL_INSTALL_DIR \
|
||||
GITLAB_DATA_DIR \
|
||||
GITLAB_REPOS_DIR \
|
||||
GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_COUNT_THRESHOLD \
|
||||
GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_WAIT_TIME \
|
||||
GITLAB_REPOSITORIES_STORAGES_DEFAULT_FAILURE_RESET_TIME \
|
||||
GITLAB_REPOSITORIES_STORAGES_DEFAULT_STORAGE_TIMEOUT \
|
||||
GITLAB_DOWNLOADS_DIR \
|
||||
GITLAB_SHARED_DIR \
|
||||
GITLAB_HOST \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user