fix: update redis_valkey image tag and correct SEARXNG_VALKEY_URL in configuration

This commit is contained in:
2026-05-12 16:45:11 +08:00
parent 1332c86ecc
commit e325544c58
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ networks:
services:
redis_valkey:
image: docker.io/valkey/valkey:7-alpine
image: docker.io/valkey/valkey:alpine
command: valkey-server --save 30 1 --loglevel warning
sysctls:
- vm.overcommit_memory=1
@@ -43,7 +43,7 @@ services:
environment:
- LIMITER=true
- SEARXNG_BASE_URL=https://search.${DOMAIN}/
- SEARXNG_VALKEY_URL=redis://searxng_redis_valkey:6379/0
- SEARXNG_VALKEY_URL=redis://redis_valkey:6379/0
- SEARXNG_SECRET=${SEARXNG_SECRET:-ultrasecretkey}
- SEARXNG_LIMITER=true
# - SEARXNG_USE_DEFAULT_SETTINGS=true
+1 -1
View File
@@ -21,4 +21,4 @@ server:
ui:
static_use_hash: true
valkey:
url: redis://searxng_redis_valkey:6379/0
url: redis://redis_valkey:6379/0