remove searxing and just use duckduck
This commit is contained in:
parent
4eb41f4735
commit
832be018b5
@ -31,30 +31,6 @@ services:
|
||||
networks:
|
||||
- chat-ui
|
||||
|
||||
searxng:
|
||||
container_name: searxng
|
||||
image: searxng/searxng:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
volumes:
|
||||
- ./searxng:/etc/searxng:rw
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
cap_drop:
|
||||
- ALL
|
||||
cap_add:
|
||||
- CHOWN
|
||||
- SETGID
|
||||
- SETUID
|
||||
- DAC_OVERRIDE
|
||||
logging:
|
||||
driver: "json-file"
|
||||
options:
|
||||
max-size: "1m"
|
||||
max-file: "1"
|
||||
networks:
|
||||
- chat-ui
|
||||
|
||||
networks:
|
||||
chat-ui:
|
||||
|
Loading…
x
Reference in New Issue
Block a user