Fix brain.hcl: add port mapping to 3000

This commit is contained in:
2026-01-25 17:30:58 +00:00
parent 2e8e11ecec
commit 14d267e12d

View File

@@ -12,7 +12,9 @@ job "brain" {
}
network {
port "silverbullet" {}
port "silverbullet" {
to = 3000
}
}
task "silverbullet" {