feat : small frontend improvement & planner auto fix
This commit is contained in:
+5
-3
@@ -1,4 +1,4 @@
|
||||
version: '3.8'
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
redis:
|
||||
@@ -30,10 +30,12 @@ services:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./searxng:/etc/searxng:rw
|
||||
- ./searxng/entrypoint.sh:/usr/local/bin/searxng-entrypoint.sh:ro
|
||||
entrypoint: /usr/local/bin/searxng-entrypoint.sh
|
||||
environment:
|
||||
- SEARXNG_BASE_URL=http://localhost:8080/
|
||||
- UWSGI_WORKERS=1
|
||||
- UWSGI_THREADS=1
|
||||
- UWSGI_WORKERS=4
|
||||
- UWSGI_THREADS=4
|
||||
cap_add:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
|
||||
Reference in New Issue
Block a user