diff --git a/swarm/searxng.yml b/swarm/searxng.yml index 3e7b3a1..8218c7d 100644 --- a/swarm/searxng.yml +++ b/swarm/searxng.yml @@ -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 diff --git a/swarm/searxng/settings.yml b/swarm/searxng/settings.yml index 0a27faf..1dfb1f5 100644 --- a/swarm/searxng/settings.yml +++ b/swarm/searxng/settings.yml @@ -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]