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