ci : full deploy with searxng, usgi, frontend (in progress)

This commit is contained in:
martin legrand
2025-04-15 11:04:41 +02:00
parent 89c3ecea68
commit 14f42b638d
8 changed files with 142 additions and 114 deletions
+4 -4
View File
@@ -5,11 +5,11 @@ gid = searxng
# Number of workers (usually CPU count)
# default value: %k (= number of CPU core, see Dockerfile)
workers = 4
workers = 1
# Number of threads per worker
# default value: 4 (see Dockerfile)
threads = 4
threads = 1
# The right granted on the created socket
chmod-socket = 666
@@ -19,7 +19,7 @@ single-interpreter = true
master = true
plugin = python3
lazy-apps = true
enable-threads = 4
enable-threads = 1
# Module to import
module = searx.webapp
@@ -49,4 +49,4 @@ die-on-term
# uwsgi serves the static files
static-map = /static=/usr/local/searxng/searx/static
static-gzip-all = True
offload-threads = 4
offload-threads = 1