Skip to content

Commit e2c97a2

Browse files
authored
feat: add the redis url to redis
1 parent 44c010d commit e2c97a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ services:
119119
- ${SAFELINE_DIR}/resources/cache:/usr/local/nginx/cache
120120
- /etc/resolv.conf:/etc/resolv.conf
121121
environment:
122+
- REDIS_URL=redis://:${REDIS_PASSWORD}@safeline-redis:6379/0
122123
- MGT_ADDR=${SUBNET_PREFIX}.4:9002
123124
ulimits:
124125
nofile: 131072

0 commit comments

Comments
 (0)