16 lines
389 B
YAML
16 lines
389 B
YAML
services:
|
|
lightrag-mcp:
|
|
build:
|
|
context: .
|
|
image: git.baked.rocks/vasceannie/lightrag-mcp:latest
|
|
environment:
|
|
MCP_TRANSPORT: streamable-http
|
|
MCP_HOST: 0.0.0.0
|
|
MCP_PORT: 8000
|
|
LIGHTRAG_BASE_URL: http://host.docker.internal:9621
|
|
ports:
|
|
- "8000:8000"
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
restart: unless-stopped
|