diff --git a/searxng/stack.yml b/searxng/stack.yml index e95a238..fefa519 100644 --- a/searxng/stack.yml +++ b/searxng/stack.yml @@ -19,7 +19,7 @@ services: container_name: searxng restart: unless-stopped depends_on: - - redis + - valkey environment: - SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/ - UWSGI_WORKERS=${SEARXNG_UWSGI_WORKERS:-4}