mirror of
https://gitee.com/dgiiot/dgiot.git
synced 2024-12-03 04:38:47 +08:00
13 lines
370 B
YAML
13 lines
370 B
YAML
version: '3.9'
|
|
|
|
services:
|
|
redis_server:
|
|
container_name: redis
|
|
image: redis:${REDIS_TAG}
|
|
volumes:
|
|
- ../../apps/emqx_auth_redis/test/emqx_auth_redis_SUITE_data/certs:/tls
|
|
- ./redis/:/data/conf
|
|
command: bash -c "/bin/bash /data/conf/redis.sh --node cluster --tls-enabled && tail -f /var/log/redis-server.log"
|
|
networks:
|
|
- emqx_bridge
|