searxng: migrated to k3s on goyplex, remove docker compose

This commit is contained in:
2026-09-01 13:35:32 -05:00
parent 877be8a0bb
commit c7eb95b76d
-15
View File
@@ -1,15 +0,0 @@
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
environment:
- BASE_URL=https://searxng.archfox.org
volumes:
- ${Volumes}/searxng:/etc/searxng
restart: unless-stopped
networks:
- caddy
networks:
caddy:
name: caddy
external: true