🐳 Add penpot-mcp service to official docker-compose.yml

This commit is contained in:
Yamila Moreno 2026-05-12 18:31:13 +02:00
parent 947f6d392d
commit eb22c59e5a

View File

@ -176,6 +176,12 @@ services:
PENPOT_SMTP_TLS: false
PENPOT_SMTP_SSL: false
penpot-mcp:
image: "penpotapp/mcp:${PENPOT_VERSION:-latest}"
restart: always
networks:
- penpot
penpot-exporter:
image: "penpotapp/exporter:${PENPOT_VERSION:-latest}"
restart: always