debug launch config
This commit is contained in:
+9
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user