fix(omniroute): publish API and dashboard ports directly, drop OMNIROUTE_PORT

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Qx22CV9EUS3hGATucQav13
This commit is contained in:
2026-09-03 20:49:25 +02:00
co-authored by Claude-Bot
parent c38375c0f4
commit c795993a64
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -103,7 +103,8 @@ services:
# always published (NPM/firewall already point there), without having
# to also change omniroute's own internal port config to match.
ports:
- "${OMNIROUTE_PORT:-4000}:${OMNIROUTE_API_PORT:-20129}"
- "${OMNIROUTE_API_PORT:-20129}:${OMNIROUTE_API_PORT:-20129}"
- "${OMNIROUTE_DASHBOARD_PORT:-20128}:${OMNIROUTE_DASHBOARD_PORT:-20128}"
# 10+ GiB ceiling per OmniRoute's Docker guide, matching
# OMNIROUTE_MEMORY_MB=8192 above.
mem_limit: 10g