Fix the config for SearXNG (#1025)

This commit is contained in:
DireMunchkin 2023-08-21 11:06:21 +00:00 committed by GitHub
parent a80d9e0dc1
commit cb568b423a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2050 deletions

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8127,
"id": "searxng",
"tipi_version": 4,
"version": "2022.11.11-3a765113",
"tipi_version": 5,
"version": "latest",
"categories": [
"social"
],

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ version: "3.7"
services:
searxng:
container_name: searxng
image: searxng/searxng:2022.11.11-3a765113
image: searxng/searxng:latest
restart: unless-stopped
networks:
- tipi_main_network
@ -14,7 +14,7 @@ services:
environment:
- BIND_ADDRESS=0.0.0.0:8080
- BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}/
- SECRET_KEY=${SEARXNG_SECRET_KEY}
- SEARXNG_SECRET=${SEARXNG_SECRET_KEY}
labels:
# Main
traefik.enable: true