mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
12 lines
No EOL
172 B
YAML
12 lines
No EOL
172 B
YAML
version: "3"
|
|
|
|
services:
|
|
searxng:
|
|
build: .
|
|
environment:
|
|
- SEARXNG_REDIS_URL=redis://redis:6379/0
|
|
ports:
|
|
- 8080:8080
|
|
|
|
redis:
|
|
image: redis:alpine |