feat: add app SearXNG

This commit is contained in:
arch3rPro
2025-08-26 08:06:54 +00:00
parent 4372bec061
commit 9699175238
10 changed files with 223 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
services:
searxng:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
volumes:
- "${DATA_PATH}:/etc/searxng"
environment:
- BASE_URL=${SEARXNG_EXTERNAL_URL}
image: searxng/searxng:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true