Update docker-compose.yml
Adding host.docker.internal:host-gateway to Docker Compose for the server and agents.
This commit is contained in:
parent
b5e18b9569
commit
8b29d207d8
@ -26,6 +26,8 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock # Docker socket for MCP container control
|
- /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/src:/app/src # Mount source code for hot reload
|
||||||
- ./python/tests:/app/tests # Mount tests for UI test execution
|
- ./python/tests:/app/tests # Mount tests for UI test execution
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
command:
|
command:
|
||||||
[
|
[
|
||||||
"python",
|
"python",
|
||||||
@ -80,6 +82,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- archon-server
|
- archon-server
|
||||||
- archon-agents
|
- archon-agents
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user