2026-09-08 15:19:17 +00:00
|
|
|
services:
|
|
|
|
|
mcp:
|
|
|
|
|
build: .
|
|
|
|
|
container_name: komodo-mcp-server
|
|
|
|
|
ports:
|
2026-09-08 15:32:00 +00:00
|
|
|
- "9801:9800"
|
2026-09-08 15:19:17 +00:00
|
|
|
environment:
|
|
|
|
|
- KOMODO_BASE_URL=${KOMODO_BASE_URL:-http://10.10.2.114:9120}
|
|
|
|
|
- KOMODO_API_KEY=${KOMODO_API_KEY}
|
|
|
|
|
- KOMODO_API_SECRET=${KOMODO_API_SECRET}
|
|
|
|
|
- PORT=9800
|
|
|
|
|
restart: unless-stopped
|