fix: add network_mode=host to dispatcher task — FORGE_URL unreachable from bridge namespace
All checks were successful
All checks were successful
The dispatcher task's FORGE_URL was changed to 127.0.0.1:3000 but the task was still in bridge networking mode, making the host's loopback unreachable. Add network_mode = "host" to match the caddy task. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7fd8a0cbba
commit
47046ead2e
1 changed files with 3 additions and 2 deletions
|
|
@ -195,6 +195,7 @@ EOT
|
|||
# Use same disinto/agents:local image as other agents.
|
||||
image = "disinto/agents:local"
|
||||
force_pull = false
|
||||
network_mode = "host"
|
||||
|
||||
# apparmor=unconfined matches docker-compose.
|
||||
security_opt = ["apparmor=unconfined"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue