0
0

SearXNG: fixed crashes

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

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ templates/conf/configuration.yaml.j2
files/firefox
production
.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: