mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-09 02:03:25 +08:00
feat: add the redis url to redis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user