first commit

This commit is contained in:
Stéphane Tailland
2026-04-26 15:14:01 +02:00
commit 0853e1c1f4
6 changed files with 164 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
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