You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeus/docker/redis/docker-compose.yml

16 lines
330 B
YAML

version: '2'
services:
redis-cluster:
environment:
IP: ${REDIS_CLUSTER_IP}
SENTINEL: ${REDIS_USE_SENTINEL}
STANDALONE: ${REDIS_USE_STANDALONE}
build:
context: .
args:
redis_version: '6.2.1'
hostname: server
ports:
- '7000-7050:7000-7050'
- '5000-5010:5000-5010'