Initial commit for OpenRouter provider

This commit is contained in:
Klimentij Bulygin
2025-05-20 17:47:40 +02:00
parent ca2b05b35e
commit 51b0ca54c7
3 changed files with 8 additions and 13 deletions
+2 -4
View File
@@ -1,5 +1,3 @@
version: '3'
services:
redis:
container_name: redis
@@ -28,8 +26,8 @@ services:
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
# volumes:
# - ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=http://localhost:8080/
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32)