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, "exposable": true,
"port": 8127, "port": 8127,
"id": "searxng", "id": "searxng",
"tipi_version": 4, "tipi_version": 5,
"version": "2022.11.11-3a765113", "version": "latest",
"categories": [ "categories": [
"social" "social"
], ],

File diff suppressed because it is too large Load Diff

View File

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