summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authormathieu.brunot <mathieu.brunot@monogramm.io>2019-10-14 02:02:41 +0200
committermathieu.brunot <mathieu.brunot@monogramm.io>2019-10-14 02:02:41 +0200
commit2485d41bdd59fb820241241769ea9ad833ea470c (patch)
tree300d9ab06a2ef2239bec2635f7d381ecfde26732 /Dockerfile
parent8e62f7600f4582b913c92d56ffbafc22e37abe3b (diff)
:whale: Config for instance name and autocomplete
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fb4f2cb6..1815ddc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,9 @@ ARG TIMESTAMP_UWSGI=0
ARG LABEL_VCS_REF=
ARG LABEL_VCS_URL=
-ENV BASE_URL= \
+ENV INSTANCE_NAME=searx \
+ AUTOCOMPLETE= \
+ BASE_URL= \
MORTY_KEY= \
MORTY_URL=
EXPOSE 8080