Enable ports
This commit is contained in:
@@ -12,7 +12,10 @@ job "ai-backend" {
|
||||
}
|
||||
|
||||
network {
|
||||
port "api" { static = 11434 }
|
||||
port "api" {
|
||||
static = 11434
|
||||
to = 11434 # <--- THIS IS THE MISSING KEY
|
||||
}
|
||||
}
|
||||
|
||||
task "ollama" {
|
||||
|
||||
Reference in New Issue
Block a user