diff --git a/roles/services/templates/docker-compose.yml.j2 b/roles/services/templates/docker-compose.yml.j2 index 57e004c..5580ee0 100644 --- a/roles/services/templates/docker-compose.yml.j2 +++ b/roles/services/templates/docker-compose.yml.j2 @@ -603,23 +603,3 @@ services: max-size: "10m" max-file: "3" - # ── Outline MCP server ─────────────────────────────────────────────────────── - # NOTE: image must be built & pushed to git.walava.io/jack/outline-mcp:latest first - # Disabled until Forgejo registry has the image - # outline-mcp: - # image: {{ outline_mcp_image }} - # container_name: outline-mcp - # restart: unless-stopped - # networks: - # - backend - # environment: - # - OUTLINE_URL=https://{{ domain_wiki }} - # - OUTLINE_API_KEY={{ outline_mcp_api_key }} - # - PORT=8765 - # - HOST=0.0.0.0 - # - LOG_LEVEL=INFO - # logging: - # driver: json-file - # options: - # max-size: "10m" - # max-file: "3"