mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 03:27:56 +00:00
15 lines
308 B
YAML
15 lines
308 B
YAML
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
|