mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
4 lines
115 B
YAML
4 lines
115 B
YAML
development: redis://localhost:6379
|
|
test: redis://localhost:6379
|
|
production: redis://{{REDIS_HOST}}:{{REDIS_PORT}}
|