feat(searxng): 添加searxng配置文件

添加limiter.toml和settings.yml配置文件
修改volumes挂载路径以支持本地开发和数据持久化
This commit is contained in:
cnphpbb
2025-09-08 17:15:12 +08:00
parent 4a1e28e343
commit b28e7853dd
3 changed files with 18 additions and 1 deletions

View File

@@ -29,7 +29,8 @@ services:
networks:
- searxng
volumes:
- ${Volumes_PATH}/etc-searxng:/etc/searxng
- ./searxng:/etc/searxng:rw
- ${Volumes_PATH}/searxng-data:/var/cache/searxng:rw
networks:
searxng: