SearXNG: fixed crashes
This commit is contained in:
parent
2a63245b54
commit
89f37be5a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ templates/conf/configuration.yaml.j2
|
|||||||
files/firefox
|
files/firefox
|
||||||
production
|
production
|
||||||
.hidden
|
.hidden
|
||||||
|
*.swp
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user