dgiot/.ci/docker-compose-file/docker-compose-redis-cluster-tcp.yaml
2021-05-18 14:54:48 +08:00

12 lines
278 B
YAML

version: '3.9'
services:
redis_server:
image: redis:${REDIS_TAG}
container_name: redis
volumes:
- ./redis/:/data/conf
command: bash -c "/bin/bash /data/conf/redis.sh --node cluster && tail -f /var/log/redis-server.log"
networks:
- emqx_bridge