Add mcp to default compose template

This commit is contained in:
Andrey Antukh
2026-02-02 12:14:59 +01:00
parent ae0f5e2bb9
commit 11f2323057

View File

@@ -198,6 +198,13 @@ 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