feat : small frontend improvement & planner auto fix

This commit is contained in:
martin legrand
2025-04-15 16:31:53 +02:00
parent 14f42b638d
commit a32cf60958
15 changed files with 2968 additions and 53 deletions
+5 -3
View File
@@ -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