docker: latest backend dockerization attempt but crash

This commit is contained in:
martin legrand
2025-05-29 15:34:23 +02:00
parent 58656ab43c
commit 95aeaf74fa
4 changed files with 34 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ services:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=${SEARXNG_BASE_URL:-http://localhost:8080/}
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32)
- SEARXNG_SECRET_KEY=${SEARXNG_SECRET_KEY}
- UWSGI_WORKERS=4
- UWSGI_THREADS=4
cap_add: