Add searxng compose file

This commit is contained in:
Fabian Schmidt 2024-09-19 14:14:45 +02:00
parent f0969941c2
commit 56df7ef612

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