From 8b29d207d813b8506b41ad93ad81e423bac8c94e Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Wed, 20 Aug 2025 07:01:16 -0500 Subject: [PATCH] Update docker-compose.yml Adding host.docker.internal:host-gateway to Docker Compose for the server and agents. --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index cdfb147..62338d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,6 +26,8 @@ services: - /var/run/docker.sock:/var/run/docker.sock # Docker socket for MCP container control - ./python/src:/app/src # Mount source code for hot reload - ./python/tests:/app/tests # Mount tests for UI test execution + extra_hosts: + - "host.docker.internal:host-gateway" command: [ "python", @@ -80,6 +82,8 @@ services: depends_on: - archon-server - archon-agents + extra_hosts: + - "host.docker.internal:host-gateway" healthcheck: test: [