add redis for searxng

This commit is contained in:
Emilien Devos 2023-09-16 18:58:49 +02:00
parent f289334dec
commit a643fa1815

View file

@ -3,5 +3,10 @@ version: "3"
services:
searxng:
build: .
environment:
- SEARXNG_REDIS_URL=redis://redis:6379/0
ports:
- 8080:8080
- 8080:8080
redis:
image: redis:alpine