8000 GitHub - djjorjinho/docker-compose-redis-cluster: Docker compose redis cluster configuration.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

djjorjinho/docker-compose-redis-cluster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Redis Cluster

This configuration is about Redis Cluster. The following implementation creates a cluster with 3 master and 0 replicas.

Optional

If you want to change it just create a Redis block in dokcer-compose.yml file and edit the dokcer-data/docker-entrypoint.sh file, the line echo "yes" | ruby /redis/src/redis-trib.rb create --replicas 0 173.17.0.2:7000 173.17.0.3:7001 173.17.0.4:7002 add 3 more IPs to the end and change the --replicas 0 to 1.

Production

If you want to use this on production is define for each Redis container to run in static machine.

How To Start

  1. Download the project $ git clone http://github.com/cpapidas/docker-compose-redis-cluster
  2. cd docker-compose-redis-cluster
  3. dokcer-compose build
  4. dokcer-compose up or dokcer-compose up -d

About

Docker compose redis cluster configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0