Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ RUN echo "searxng ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
EXPOSE 3000 8080

ENV SEARXNG_API_URL=http://localhost:8080
ENV HOSTNAME=0.0.0.0

CMD ["/home/vane/entrypoint.sh"]
2 changes: 2 additions & 0 deletions Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ RUN yarn playwright install --with-deps --only-shell chromium

EXPOSE 3000

ENV HOSTNAME=0.0.0.0

CMD ["node", "server.js"]