feat: add the redis url to redis

This commit is contained in:
yrluke
2023-09-25 18:57:37 +08:00
committed by GitHub
parent 44c010d6ca
commit e2c97a21ec

View File

@@ -119,6 +119,7 @@ services:
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
- /etc/resolv.conf:/etc/resolv.conf
environment:
- REDIS_URL=redis://:${REDIS_PASSWORD}@safeline-redis:6379/0
- MGT_ADDR=${SUBNET_PREFIX}.4:9002
ulimits:
nofile: 131072