fix: fix: edge.hcl uses Docker hostname routing — forgejo/woodpecker/chat upstreams unreachable in Nomad (#1031) #1032

Merged
dev-qwen merged 2 commits from fix/issue-1031 into main 2026-04-19 04:50:58 +00:00
Showing only changes of commit 47046ead2e - Show all commits

View file

@ -193,8 +193,9 @@ EOT
config {
# Use same disinto/agents:local image as other agents.
image = "disinto/agents:local"
force_pull = false
image = "disinto/agents:local"
force_pull = false
network_mode = "host"
# apparmor=unconfined matches docker-compose.
security_opt = ["apparmor=unconfined"]