diff --git a/roles/services/templates/docker-compose.yml.j2 b/roles/services/templates/docker-compose.yml.j2 index 6b4e137..1a94475 100644 --- a/roles/services/templates/docker-compose.yml.j2 +++ b/roles/services/templates/docker-compose.yml.j2 @@ -585,20 +585,22 @@ services: max-file: "3" # ── Outline MCP server ─────────────────────────────────────────────────────── - 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" + # 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"