debug launch config

This commit is contained in:
John Lancaster
2026-08-29 20:45:15 -05:00
parent de95477480
commit 55ef7e972a
8 changed files with 90 additions and 48 deletions
+9 -4
View File
@@ -1,8 +1,13 @@
services:
personal-mcp:
build:
context: .
dockerfile: Dockerfile
app:
image: personal-mcp:latest
build: .
restart: unless-stopped
ports:
- "8765:8765"
environment:
PERSONAL_MCP_PORT: 8765
PERSONAL_MCP_HOST: 0.0.0.0
PERSONAL_MCP_RELOAD: 1
volumes:
- ./src:/app/src:ro