Made searxng instance public

This commit is contained in:
2023-08-06 15:45:29 -04:00
parent c0f2f172fe
commit 5d946108a1
2 changed files with 3 additions and 3 deletions

View File

@@ -23,9 +23,9 @@
- deemix - deemix
- barassistant - barassistant
- mealie - mealie
- searxng
- qbittorrent - qbittorrent
- name: firefly3 - firefly3
- name: searxng
tags: test tags: test
- unifi-controller - unifi-controller
- slskd - slskd

View File

@@ -22,7 +22,7 @@ services:
labels: labels:
traefik.enable: true traefik.enable: true
traefik.http.routers.searxng.rule: "Host(`search.{{ personal_domain }}`)" traefik.http.routers.searxng.rule: "Host(`search.{{ personal_domain }}`)"
traefik.http.routers.searxng.middlewares: lan-whitelist@file #traefik.http.routers.searxng.middlewares: lan-whitelist@file
redis: redis:
image: redis:alpine image: redis:alpine