fix 16011006
Build and Deploy SearXNG / deploy (push) Successful in 10s

This commit is contained in:
2026-06-10 16:01:58 +02:00
parent 3f6dfe7002
commit 2c1654b329
+5 -5
View File
@@ -31,11 +31,11 @@ services:
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"
- "traefik.enable=true"
- "traefik.http.routers.searxng.rule=Host(`search.home`)"
- "traefik.http.routers.searxng.entrypoints=websecure"
- "traefik.http.routers.searxng.tls=true"
- "traefik.http.services.searxng.loadbalancer.server.port=8080"
volumes:
valkey-data: