feat: add Dockerfile and docker-compose for Komodo deployment

This commit is contained in:
2026-09-08 15:19:17 +00:00
parent 6b82b22da7
commit c362aa1783
2 changed files with 27 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
services:
mcp:
build: .
container_name: komodo-mcp-server
ports:
- "9800:9800"
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