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

3
.gitignore vendored
View File

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

View File

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