Redis/Valkey container for SearXNG.

This commit is contained in:
2025-06-26 21:13:25 -04:00
parent a630f820b6
commit e0595fd7f6
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ server:
redis:
# URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}.
# https://docs.searxng.org/admin/settings/settings_redis.html#settings-redis
url: redis://redis:6379/0
url: redis://searxng-valkey:6379/0
ui:
# Custom static path - leave it blank if you didn't change
+5
View File
@@ -5050,6 +5050,11 @@ services:
type: bind
bind:
create_host_path: true
searxng-valkey:
container_name: castopod-valkey
<< : *valkey-params
volumes:
- castopod-valkey-data:/data/valkey
semaphore:
container_name: semaphore
environment: