feat(searxng-container): bind mount & add limiter

This commit is contained in:
ItzCrazyKns 2024-05-10 20:55:08 +05:30
parent baef45b456
commit 7eace1e6bd
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
5 changed files with 56 additions and 6 deletions

View file

@ -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