mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
7 lines
299 B
YAML
7 lines
299 B
YAML
# If you change this file in a Merge Request, please also create
|
|
# a Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests
|
|
#
|
|
development: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|
|
test: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|
|
production: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|