Enable ports
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user