feat: one gateway port with path-mounted frontends, markdown chat, collapsible sidebars
This commit is contained in:
@@ -24,11 +24,8 @@ services:
|
||||
# config.py declares one, so set these (or remove the agent)
|
||||
# before exposing port 8000.
|
||||
ports:
|
||||
# /v1/messages frontend
|
||||
# The one gateway port: /anthropic, /mcp, /admin, /md under it
|
||||
# (change ADMIN_USER/ADMIN_PASS/SESSION_SECRET before exposing).
|
||||
- "8000:8000"
|
||||
# MCP server frontend
|
||||
- "8001:8001"
|
||||
# Admin UI (Phase 4.3) — change ADMIN_USER/ADMIN_PASS/SESSION_SECRET
|
||||
- "8002:8002"
|
||||
volumes:
|
||||
- ./config.py:/config/config.py:ro
|
||||
|
||||
Reference in New Issue
Block a user