15 lines
273 B
YAML
15 lines
273 B
YAML
services:
|
|
caldev_mcp:
|
|
build: .
|
|
image: caldev_mcp
|
|
environment:
|
|
- MCP_MODE=${MCP_MODE:-SSE}
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- .:/app
|
|
stdin_open: true # Open stdin
|
|
tty: true # Allocate pseudo-TTY
|