Add searxng compose file

This commit is contained in:
Fabian Schmidt 2024-09-19 14:14:45 +02:00
parent f26d061a03
commit 4f729861f6

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