mirror of
https://github.com/shadoll/redmine-mcp.git
synced 2026-08-28 11:33:28 +00:00
14 lines
332 B
YAML
14 lines
332 B
YAML
services:
|
|
redmine-mcp:
|
|
image: ghcr.io/shadoll/redmine-mcp:latest
|
|
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
|
|
MCP_AUTH_TOKEN: ${MCP_AUTH_TOKEN:-}
|
|
restart: on-failure
|