mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-02 20:28:40 +08:00
12 lines
278 B
YAML
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
|