Przeglądaj źródła

feat: add the redis url to redis

yrluke 1 rok temu
rodzic
commit
e2c97a21ec
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      compose.yaml

+ 1 - 0
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