Created
March 7, 2018 11:26
-
-
Save kapad/5cc8855c6e0c66d80cb5427f09612b4e to your computer and use it in GitHub Desktop.
docker compose redis cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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