Don't hardcode uWSGI parameters (#4578)

* Initial update

* fix

* add todo note
This commit is contained in:
Ivan Gabaldon
2025-04-04 14:57:53 +02:00
committed by GitHub
parent 59228fb1db
commit 9424bac031
3 changed files with 9 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ RUN addgroup -g ${SEARXNG_GID} searxng && \
ENV INSTANCE_NAME=searxng \
AUTOCOMPLETE= \
BASE_URL= \
BIND_ADDRESS=[::]:8080 \
MORTY_KEY= \
MORTY_URL= \
SEARXNG_SETTINGS_PATH=/etc/searxng/settings.yml \