New version

This commit is contained in:
sttlab
2026-04-27 18:56:19 +00:00
parent 0853e1c1f4
commit 9102725e6e
+8 -1
View File
@@ -1,9 +1,16 @@
services: services:
mcp-atlassian: mcp-jira:
image: ghcr.io/sooperset/mcp-atlassian:latest image: ghcr.io/sooperset/mcp-atlassian:latest
ports: ports:
- "9000:9000" - "9000:9000"
env_file: env_file:
- .env - .env
command: ["--transport", "streamable-http", "--port", "9000"] command: ["--transport", "streamable-http", "--port", "9000"]
networks:
- default
- pm-tools
restart: unless-stopped restart: unless-stopped
networks:
pm-tools:
external: true