mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
✨ Add mcp to default compose template
This commit is contained in:
parent
ae0f5e2bb9
commit
11f2323057
@ -198,6 +198,13 @@ services:
|
|||||||
## Valkey (or previously Redis) is used for the websockets notifications.
|
## Valkey (or previously Redis) is used for the websockets notifications.
|
||||||
PENPOT_REDIS_URI: redis://penpot-valkey/0
|
PENPOT_REDIS_URI: redis://penpot-valkey/0
|
||||||
|
|
||||||
|
penpot-mcp:
|
||||||
|
image: penpotapp/mcp:${PENPOT_VERSION:-latest}
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- penpot
|
||||||
|
|
||||||
penpot-postgres:
|
penpot-postgres:
|
||||||
image: "postgres:15"
|
image: "postgres:15"
|
||||||
restart: always
|
restart: always
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user