Fix the config for SearXNG (#1025)
This commit is contained in:
parent
a80d9e0dc1
commit
cb568b423a
|
@ -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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user