Skip to content

Instantly share code, notes, and snippets.

@kapad
Created March 7, 2018 11:26
Show Gist options
  • Save kapad/5cc8855c6e0c66d80cb5427f09612b4e to your computer and use it in GitHub Desktop.
Save kapad/5cc8855c6e0c66d80cb5427f09612b4e to your computer and use it in GitHub Desktop.
docker compose redis cluster
version: '2'
services:
redis-cluster:
image: grokzen/redis-cluster
hostname: redis-cluster
ports:
- "7000:7000"
- "7001:7001"
- "7002:7002"
- "7003:7003"
- "7004:7004"
- "7005:7005"
- "7006:7006"
- "7007:7007"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment