Do not use this container in production. Use only in demo, test, or local development.
- 6379 - redis proxy (predixy)
- 7000, 7001, 7002 - redis master nodes
- 7003, 7004, 7005 - redis slaves nodes
docker pull octo5/predixy-redis-cluster:latest- [
5.0.6]
version: '3'
services:
redis-cluster:
image: octo5/predixy-redis-cluster:latest
restart: always
ports:
- 6379:6379
- 7000:7000
- 7001:7001
- 7002:7002
- 7003:7003
- 7004:7004
- 7005:7005