From 33929c4e579b29017d279966f22754efc1ff2203 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Mon, 8 Dec 2025 15:15:57 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=B0=86=20Redis=20=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E4=B8=BA=20Valkey?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SearxNG 服务现在依赖于 Valkey 而不是 Redis,以提升性能和兼容性 --- searxng/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searxng/stack.yml b/searxng/stack.yml index e95a238..fefa519 100644 --- a/searxng/stack.yml +++ b/searxng/stack.yml @@ -19,7 +19,7 @@ services: container_name: searxng restart: unless-stopped depends_on: - - redis + - valkey environment: - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}