fix: 修复 Redis 密码为空时容器启动失败的问题 #125

Merged
huanghaosheng merged 2 commits from develop into v2 2026-06-19 23:19:23 +08:00
No description provided.
huanghaosheng added 2 commits 2026-06-19 23:19:20 +08:00
当 CAMTALK_REDIS_PASSWORD 为空时,--requirepass 缺少参数导致
Redis 解析失败退出,healthcheck 无法执行,后端依赖启动失败。

改为 shell 脚本根据密码是否为空动态决定是否启用认证。
Reviewed-on: http://8.161.227.145:3000/XEngineers/CamTalk/pulls/124
huanghaosheng merged commit 556666c046 into v2 2026-06-19 23:19:23 +08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: XEngineers/CamTalk#125