initial commit: Docker compose configs for gitea, gluetun-qbittorrent, homeassistant, searxng

This commit is contained in:
ray
2026-07-12 10:02:52 -04:00
commit 8ca9805d6f
9 changed files with 165 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
ports:
- "127.0.0.1:8888:8080"
volumes:
- ./searxng:/etc/searxng:rw
environment:
- SEARXNG_BASE_URL=http://localhost:8888/
restart: unless-stopped