mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
4 lines
151 B
YAML
4 lines
151 B
YAML
development: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|
|
test: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|
|
production: "redis://{{REDIS_HOST}}:{{REDIS_PORT}}"
|