15 lines
312 B
YAML
15 lines
312 B
YAML
services:
|
|
caldev_mcp:
|
|
image: lagortinez/caldev_mcp
|
|
environment:
|
|
- MCP_MODE=${MCP_MODE:-SSE}
|
|
- CALDAV_URL
|
|
- CALDAV_USERNAME
|
|
- CALDAV_PASSWORD
|
|
ports:
|
|
- "23000:8000"
|
|
volumes:
|
|
- .:/app
|
|
stdin_open: true # Open stdin
|
|
tty: true # Allocate pseudo-TTY
|