cance to treafik
Build and Deploy SearXNG / deploy (push) Successful in 11s

This commit is contained in:
2026-06-10 15:23:43 +02:00
parent dd0ef860ef
commit 3f6dfe7002
2 changed files with 23 additions and 19 deletions
+14
View File
@@ -25,9 +25,23 @@ services:
volumes:
- ./config:/etc/searxng:rw
- searxng-data:/var/cache/searxng
networks:
- proxy
- searxng-internal
depends_on:
- valkey
labels:
- "treafik.enable=true"
- "treafik.http.routers.searxng.rule=Host(`search.home`)"
- "treafik.http.routers.searxng.entrypoints=websecure"
- "treafik.http.routers.searxng.tls=true"
- "treafik.http.services.searxng.loadbalancer.server.port=8080"
volumes:
valkey-data:
searxng-data:
networks:
proxy:
external: true
searxng-internal: