The docker-compose files for setting up a SearXNG instance with docker.
Find a file
Alexandre Flament 40b14b1d52
Add a README.md
2019-07-02 18:50:19 +02:00
.env Initial commit 2019-07-01 16:26:45 +02:00
.gitignore Initial commit 2019-07-01 16:26:45 +02:00
Caddyfile Working Content-Security-Policy 2019-07-02 18:23:20 +02:00
docker-compose.yaml Working connections between the docker containers 2019-07-02 18:24:26 +02:00
LICENSE Initial commit 2019-07-01 16:23:52 +02:00
README.md Add a README.md 2019-07-02 18:50:19 +02:00

searx-docker

Create a new searx instance in five minutes using Docker ( See https://github.com/asciimoo/searx/issues/1561 )

Do not use it for now : this is a work in progress and there is no antibot feature.

How to use it

What is included for now ?

  • Caddy as a reverse proxy (take care to call LetsEncrypt)
  • searx. See #1629 to build the docker image.
  • morty. See #73 to build the docker image.