Fixed SearXNG crashes

This commit is contained in:
Opnxng 2023-11-15 03:06:53 +08:00
parent e42dabe614
commit e1cb0d0b48
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -3,4 +3,5 @@ templates/conf/users_database.yaml.j2
templates/conf/configuration.yaml.j2
files/firefox
production
.hidden
.hidden
*.swp

View File

@ -32,6 +32,8 @@ services:
- ISSUE_URL=https://github.com/searxng/searxng/issues
- GIT_URL=https://github.com/paulgoio/searxng
- GIT_BRANCH=main
- UWSGI_WORKERS=1
- UWSGI_THREADS=16
depends_on:
- redis
volumes:
@ -58,4 +60,4 @@ services:
- SETUID
- DAC_OVERRIDE
restart: always
network_mode: host
network_mode: host