Add searxng compose file

This commit is contained in:
Fabian Schmidt 2024-09-23 16:23:42 +02:00
parent b387a45f64
commit 64f8b5c71e

12
searxng/compose.yml Normal file
View File

@ -0,0 +1,12 @@
services:
searxng:
container_name: searxng
image: searxng/searxng:latest
ports:
- "8080:8080"
volumes:
- /data/searxng/etc:/etc/searxng:rw
environment:
- BASE_URL=https://searxng.plobos.xyz/
INSTANCE_NAME=plobos
restart: unless-stopped