Revert back

This commit is contained in:
2025-12-29 03:41:53 -05:00
parent a7b852d648
commit aa979eeb49

View File

@@ -12,11 +12,7 @@ job "ai-backend" {
}
network {
mode = "host"
port "api" {
static = 11434
#to = 11434 # <--- THIS IS THE MISSING KEY
}
port "api" { static = 11434 }
}
task "ollama" {
@@ -54,6 +50,7 @@ job "ai-backend" {
name = "ollama"
port = "api"
tags = ["traefik.enable=true"]
address_mode = "host"
check {
type = "http"
path = "/"