feat(config,caddy): single gateway port and site.caddy per the komodo convention

This commit is contained in:
hh
2026-08-29 00:49:27 +02:00
parent 2f1fc284fa
commit 044f1de830
8 changed files with 63 additions and 72 deletions
+2 -5
View File
@@ -48,11 +48,8 @@ services:
CLAUDE_RUNNER_USER: beaver-runner
CLAUDE_HOME: /home/beaver-runner
ports:
- "${PORT_MESSAGES:-62990}:62990" # anthropic
- "${PORT_MCP:-62991}:62991" # mcp
- "${PORT_ADMIN:-62992}:62992" # admin
- "${PORT_MARKDOWN:-62993}:62993" # obsidian companion
- "${PORT_API:-62994}:62994" # conversations api + sse
# один порт: /anthropic, /mcp, /admin, /api, /md, / -> админка
- "${PORT_GATEWAY:-62990}:62990"
volumes:
- ./config.py:/config/config.py:ro
- ./config.json:/config/config.json:ro