mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Set REDIS_DB_NUMBER in GitLab Shell
This commit is contained in:
parent
2a5ca84995
commit
efb7d66d44
@ -43,7 +43,7 @@ redis:
|
||||
host: "{{REDIS_HOST}}"
|
||||
port: {{REDIS_PORT}}
|
||||
# pass: redispass # Allows you to specify the password for Redis
|
||||
database: 0
|
||||
database: {{REDIS_DB_NUMBER}}
|
||||
# socket: /tmp/redis.socket # Only define this if you want to use sockets
|
||||
namespace: resque:gitlab
|
||||
|
||||
|
||||
@ -1140,7 +1140,8 @@ configure_gitlab_shell() {
|
||||
GITLAB_SHELL_INSTALL_DIR \
|
||||
SSL_SELF_SIGNED \
|
||||
REDIS_HOST \
|
||||
REDIS_PORT
|
||||
REDIS_PORT \
|
||||
REDIS_DB_NUMBER
|
||||
}
|
||||
|
||||
configure_nginx() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user