chore: add env.cfg.example templates and clean up config files

This commit is contained in:
cnphpbb
2026-08-13 17:59:23 +08:00
parent c75c9884c8
commit c6eccd687b
88 changed files with 4264 additions and 88 deletions
+2 -3
View File
@@ -3,7 +3,6 @@
# Run:: docker compose --env-file ./searxng/env.cfg -f ./searxng/stack.yml up -d
services:
valkey:
image: ${Valkey_TAG}
container_name: redis
@@ -12,7 +11,7 @@ services:
networks:
- searxng
volumes:
- ${Volumes_Path}/redis-data:/data
- ${Volumes_Path}/redis-data:/data
searxng:
image: ${SearXNG_TAG}
@@ -32,4 +31,4 @@ services:
- ${Volumes_Path}/searxng-data:/var/cache/searxng:rw
networks:
searxng:
searxng: