feat: add searxng search service #17

Merged
polpetta merged 2 commits from searxng into master 2023-03-25 19:24:00 +01:00
Showing only changes of commit 06eae4c0dd - Show all commits

View File

@ -3,7 +3,7 @@ version: '3.7'
services:
redis:
container_name: redis
image: "redis:alpine"
image: redis:7-alpine
command: redis-server --save "" --appendonly "no"
restart: unless-stopped
networks:
@ -19,7 +19,7 @@ services:
searxng:
container_name: searxng
image: searxng/searxng:latest
image: searxng/searxng:2023.3.24-64fea2f9
restart: unless-stopped
networks:
- searxng