Files
Stéphane Tailland 1551b7f228 k8s deployment
2026-05-08 12:58:17 +02:00

17 lines
316 B
YAML

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