Update docker-compose.yml

Adding host.docker.internal:host-gateway to Docker Compose for the server and agents.
This commit is contained in:
Cole Medin 2025-08-20 07:01:16 -05:00 committed by GitHub
parent b5e18b9569
commit 8b29d207d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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:
[