feat: Add .gitignore, switch to a pre-built Docker image, configure CalDAV environment variables directly, and update the exposed port.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
services:
|
||||
caldev_mcp:
|
||||
build: .
|
||||
image: caldev_mcp
|
||||
image: lagortinez/caldev_mcp
|
||||
environment:
|
||||
- MCP_MODE=${MCP_MODE:-SSE}
|
||||
env_file:
|
||||
- .env
|
||||
- CALDAV_URL
|
||||
- CALDAV_USERNAME
|
||||
- CALDAV_PASSWORD
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "23000:8000"
|
||||
volumes:
|
||||
- .:/app
|
||||
stdin_open: true # Open stdin
|
||||
|
||||
Reference in New Issue
Block a user