Unable to install #4238
-
|
Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG version: "3.7"
services:
searxng:
container_name: searxng
hostname: searxng
image: searxng/searxng:latest
networks:
- searxng
- proxy
volumes:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=https://${SEARXNG_HOSTNAME:-localhost}/
labels:
- traefik.enable=true
- traefik.http.routers.searxng.entrypoints=web
- traefik.http.routers.searxng.rule=Host(`search.local.domain`)
- traefik.http.middlewares.searxng-https-redirect.redirectscheme.scheme=websecure
- traefik.http.routers.searxng.middlewares=searxng-https-redirect
- traefik.http.routers.searxng-secure.entrypoints=websecure
- traefik.http.routers.searxng-secure.rule=Host(`search.local.domain`)
- traefik.http.routers.searxng-secure.tls=true
- traefik.http.routers.searxng-secure.service=searxng
- traefik.http.services.searxng.loadbalancer.server.port=8080
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
logging:
driver: json-file
options:
max-size: 1m
max-file: "1"
networks:
searxng: null
proxy:
external: trueWhat happened? Expected behavior Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
issue is apparently no longer existent. |
Beta Was this translation helpful? Give feedback.
if all engines have timeouts your SearXNG is not able to send requests to the internet .. most often an issue of containers / we have hundreds of these issue reported here (related to the infrastructure and not to SearXNG core).
BTW: For a lively discussion its recommended to participate from the SearXNG community at #searxng:matrix.org.