Enable ports

This commit is contained in:
2025-12-29 03:23:19 -05:00
parent a9c755f579
commit f213ea8903

View File

@@ -12,8 +12,11 @@ job "ai-backend" {
}
network {
port "api" { static = 11434 }
}
port "api" {
static = 11434
to = 11434 # <--- THIS IS THE MISSING KEY
}
}
task "ollama" {
driver = "podman"