diff --git a/docker/images/docker-compose.yaml b/docker/images/docker-compose.yaml index 61df118f1c..8076064b94 100644 --- a/docker/images/docker-compose.yaml +++ b/docker/images/docker-compose.yaml @@ -198,13 +198,6 @@ services: ## Valkey (or previously Redis) is used for the websockets notifications. PENPOT_REDIS_URI: redis://penpot-valkey/0 - penpot-mcp: - image: penpotapp/mcp:${PENPOT_VERSION:-latest} - restart: always - - networks: - - penpot - penpot-postgres: image: "postgres:15" restart: always