mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 08:25:57 +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:
|
environment:
|
||||||
- LIMITER=true
|
- LIMITER=true
|
||||||
- SEARXNG_BASE_URL=https://search.${DOMAIN}/
|
- 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_SECRET=${SEARXNG_SECRET:-ultrasecretkey}
|
||||||
- SEARXNG_LIMITER=true
|
- SEARXNG_LIMITER=true
|
||||||
# - SEARXNG_USE_DEFAULT_SETTINGS=true
|
# - SEARXNG_USE_DEFAULT_SETTINGS=true
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ server:
|
|||||||
ui:
|
ui:
|
||||||
static_use_hash: true
|
static_use_hash: true
|
||||||
redis:
|
redis:
|
||||||
url: redis://redis_valkey:6379/0
|
url: redis://tasks.redis_valkey:6379/0
|
||||||
search:
|
search:
|
||||||
# remove format to deny access, use lower case.
|
# remove format to deny access, use lower case.
|
||||||
# formats: [html, csv, json, rss]
|
# formats: [html, csv, json, rss]
|
||||||
|
|||||||
Reference in New Issue
Block a user