fix : start_service.sh & compose

This commit is contained in:
martin legrand
2025-04-16 08:43:32 +02:00
parent 2cb7ac34ce
commit 906dc18060
7 changed files with 4 additions and 21 deletions
+1 -2
View File
@@ -30,10 +30,9 @@ 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/
- SEARXNG_SECRET_KEY=$(openssl rand -hex 32)
- UWSGI_WORKERS=4
- UWSGI_THREADS=4
cap_add: