convert searxng to stack

This commit is contained in:
poslop
2024-10-11 13:05:34 -05:00
parent c50d2ce03a
commit 37c1448334
2 changed files with 31 additions and 13 deletions

View File

@@ -0,0 +1,18 @@
services:
searxng:
image: searxng/searxng:latest
environment:
- BASE_URL=https://searxng.mintyserver.net
volumes:
- searxng:/etc/searxng
networks:
- caddy
networks:
caddy:
name: caddy
external: true
volumes:
searxng:
name: searxng