mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add redis for searxng
This commit is contained in:
parent
f289334dec
commit
a643fa1815
1 changed files with 6 additions and 1 deletions
|
@ -3,5 +3,10 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
searxng:
|
searxng:
|
||||||
build: .
|
build: .
|
||||||
|
environment:
|
||||||
|
- SEARXNG_REDIS_URL=redis://redis:6379/0
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
||||||
|
redis:
|
||||||
|
image: redis:alpine
|
Loading…
Add table
Reference in a new issue