forked from DevOps/deploy.stack
feat(searxng): 添加searxng配置文件
添加limiter.toml和settings.yml配置文件 修改volumes挂载路径以支持本地开发和数据持久化
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user