mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
redmine-mcp:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Containerfile
|
||||
ports:
|
||||
- "8765:8000"
|
||||
environment:
|
||||
REDMINE_URL: ${REDMINE_URL}
|
||||
REDMINE_API_KEY: ${REDMINE_API_KEY}
|
||||
MCP_TRANSPORT: http
|
||||
MCP_HOST: 0.0.0.0
|
||||
MCP_PORT: 8000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user