mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-24 08:56:00 +00:00
Update Redis URL for SEARXNG service in swarm/searxng.yml and swarm/searxng/settings.yml
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user