From e2c97a21ecdc078287ce890bedf5ffc70645e00d Mon Sep 17 00:00:00 2001 From: yrluke <42405631+yrluke@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:57:37 +0800 Subject: [PATCH] feat: add the redis url to redis --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 378f21a..e6664e7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -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