[Komodo] vasceannie: Write Stack File: update docker-compose.yml

This commit is contained in:
komodo
2026-01-15 07:52:38 +00:00
parent c62f85b81c
commit ed2005bede

View File

@@ -3,13 +3,12 @@ services:
build:
context: .
image: git.baked.rocks/vasceannie/lightrag-mcp:latest
network_mode: host
environment:
MCP_TRANSPORT: streamable-http
MCP_HOST: 0.0.0.0
MCP_PORT: 8150
LIGHTRAG_BASE_URL: http://host.docker.internal:9621
ports:
- "8150:8150"
extra_hosts:
- "host.docker.internal:host-gateway"
restart: unless-stopped