Update Redis URL for SEARXNG service in swarm/searxng.yml and swarm/searxng/settings.yml

This commit is contained in:
2024-09-13 16:17:42 +08:00
parent 08eb39102f
commit 36b4567ff8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ services:
environment:
- LIMITER=true
- SEARXNG_BASE_URL=https://search.${DOMAIN}/
- SEARXNG_REDIS_URL=redis://redis_valkey:6379/0
- SEARXNG_REDIS_URL=redis://tasks.redis_valkey:6379/0
- SEARXNG_SECRET=${SEARXNG_SECRET:-ultrasecretkey}
- SEARXNG_LIMITER=true
# - SEARXNG_USE_DEFAULT_SETTINGS=true
+1 -1
View File
@@ -8,7 +8,7 @@ server:
ui:
static_use_hash: true
redis:
url: redis://redis_valkey:6379/0
url: redis://tasks.redis_valkey:6379/0
search:
# remove format to deny access, use lower case.
# formats: [html, csv, json, rss]