chore: commit all modified and untracked stacks

This commit is contained in:
Paccoco
2026-05-05 12:16:49 -05:00
parent 0c87184ec4
commit ee8a412a69
10 changed files with 113 additions and 54 deletions

View File

@@ -0,0 +1,23 @@
services:
searxng:
image: searxng/searxng:latest
container_name: searxng
restart: unless-stopped
ports:
- "8888:8080"
volumes:
- /mnt/tank/docker/appdata/searxng:/etc/searxng
environment:
- SEARXNG_BASE_URL=http://localhost:8888/
cap_drop:
- ALL
cap_add:
- CHOWN
- SETGID
- SETUID
networks:
- pangolin
networks:
pangolin:
external: true