Files
pm-jira-mcp/docker-compose.yml
T
Stéphane Tailland 0853e1c1f4 first commit
2026-04-26 15:14:01 +02:00

10 lines
229 B
YAML

services:
mcp-atlassian:
image: ghcr.io/sooperset/mcp-atlassian:latest
ports:
- "9000:9000"
env_file:
- .env
command: ["--transport", "streamable-http", "--port", "9000"]
restart: unless-stopped