Files
redmine-mcp/compose.yml
T

15 lines
380 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:-}
MCP_ALLOWED_HOSTS: ${MCP_ALLOWED_HOSTS:-}
restart: on-failure