feat(searxng-container): bind mount & add limiter
This commit is contained in:
parent
baef45b456
commit
7eace1e6bd
5 changed files with 56 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
searxng:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: searxng.dockerfile
|
||||
image: docker.io/searxng/searxng:latest
|
||||
ports:
|
||||
- 4000:8080
|
||||
volumes:
|
||||
- ./searxng:/etc/searxng:rw
|
||||
networks:
|
||||
- perplexica-network
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue