mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Allow overriding env vars SEARX_SETTINGS_PATH,UWSGI_SETTINGS_PATH
This commit is contained in:
parent
547478089f
commit
0fb423ea59
3 changed files with 4 additions and 5 deletions
|
|
@ -14,7 +14,9 @@ ENV INSTANCE_NAME=searx \
|
|||
AUTOCOMPLETE= \
|
||||
BASE_URL= \
|
||||
MORTY_KEY= \
|
||||
MORTY_URL=
|
||||
MORTY_URL= \
|
||||
SEARX_SETTINGS_PATH=/etc/searx/settings.yml \
|
||||
UWSGI_SETTINGS_PATH=/etc/searx/uwsgi.ini
|
||||
|
||||
WORKDIR /usr/local/searx
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue