increase ollama traefik priority

This commit is contained in:
2025-01-30 11:07:25 -06:00
parent a0b548da0a
commit 50a75a6d89

View File

@@ -158,6 +158,7 @@
rule = "Host(`blunkall.us`) && Path(`/api/ollama`)"; rule = "Host(`blunkall.us`) && Path(`/api/ollama`)";
service = "ollama"; service = "ollama";
tls.certResolver = "cloudflare"; tls.certResolver = "cloudflare";
priority = 2;
}; };
jellyfin = { jellyfin = {
entryPoints = [ "localsecure" "websecure" ]; entryPoints = [ "localsecure" "websecure" ];