Add searxng compose file
This commit is contained in:
parent
b387a45f64
commit
64f8b5c71e
12
searxng/compose.yml
Normal file
12
searxng/compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user