searxng/dockerfiles
Alexandre Flament 17ca7eb514 Docker: add UWSGI_WORKERS and UWSGI_THREAD.
UWSGI_WORKERS specifies the number of process.
UWSGI_THREADS specifies the number of threads.

The Docker convention is to specify the whole configuration
through environment variables. While not done in SearXNG, these two
additional variables allows admins to skip uwsgi.ini

In additional, https://github.com/searxng/preview-environments starts Docker
without additional files through searxng-helm-chat.
Each instance consumes 1Go of RAM which is a lot especially when there are a
lot of instances / pull requests.
2023-11-05 12:39:01 +00:00
..
docker-entrypoint.sh Let uWSGI workers and threads be adjustable from env 2023-01-11 14:53:36 +01:00
uwsgi.ini Docker: add UWSGI_WORKERS and UWSGI_THREAD. 2023-11-05 12:39:01 +00:00