ci: 将 Redis 依赖替换为 Valkey

SearxNG 服务现在依赖于 Valkey 而不是 Redis,以提升性能和兼容性
This commit is contained in:
cnphpbb
2025-12-08 15:15:57 +08:00
parent e931f5dc57
commit 33929c4e57

View File

@@ -19,7 +19,7 @@ services:
container_name: searxng container_name: searxng
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- redis - valkey
environment: environment:
- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
- UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4} - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}