Fix : searxng issue on docker

This commit is contained in:
martin
2025-06-21 15:11:35 +02:00
parent 100dda4370
commit 0605fb4526
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -35,7 +35,7 @@ services:
environment:
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL:-http://localhost:8080/}
- SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY}
- UWSGI_WORKERS=4
- UWSGI_WORKERS=5
- UWSGI_THREADS=4
cap_add:
- CHOWN
@@ -85,7 +85,7 @@ services:
- ${WORK_DIR:-.}:/opt/workspace
command: python3 api.py
environment:
- SEARXNG_URL=${SEARXNG_BASE_URL:-http://searxng:8080}
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL:-http://searxng:8080}
- REDIS_URL=${REDIS_BASE_URL:-redis://redis:6379/0}
- WORK_DIR=/opt/workspace
- BACKEND_PORT=${BACKEND_PORT}