summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMathieu Brunot <mathieu.brunot@monogramm.io>2019-10-16 19:30:02 +0200
committerGitHub <noreply@github.com>2019-10-16 19:30:02 +0200
commita51b2b6c20c1346748c09aec051d78f6822c580c (patch)
tree5f08fadc14de64e86c5582ebbdc928e4abe7475b /Dockerfile
parent4d17d453bf99641797dcbfa1f1a35dd5b21dcab4 (diff)
parent12f42d1572311a56401637ac5c7dc66008eb979c (diff)
Merge branch 'master' into feature/accessibility
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index fb4f2cb67..1815ddc57 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