docker-compose.yaml hinzugefügt

This commit is contained in:
2026-04-12 18:49:06 +02:00
parent 5da49255e4
commit 61f42f03d8

16
docker-compose.yaml Normal file
View File

@@ -0,0 +1,16 @@
services:
searxng:
container_name: searxng
image: searxng/searxng:latest
ports:
- "8080:8080"
volumes:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_HOSTNAME=localhost:8080/
restart: unless-stopped
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"