Update Servers/Containerization/Docker/Compose/SearX.md

This commit is contained in:
2025-04-20 23:59:06 -06:00
parent 2428c9a858
commit a96e132af1

View File

@ -1,7 +1,7 @@
**Purpose**: Deploys a SearX Meta Search Engine Server **Purpose**: Deploys a SearX Meta Search Engine Server
## Docker Configuration ## Docker Configuration
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: '3' version: '3'
services: services:
searx: searx:
@ -25,13 +25,13 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
Not Applicable Not Applicable
``` ```
## Traefik Reverse Proxy Configuration ## Traefik Reverse Proxy Configuration
If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below. If the container does not run on the same host as Traefik, you will need to manually add configuration to Traefik's dynamic config file, outlined below.
``` yaml ```yaml
http: http:
routers: routers:
searx: searx: