mirror of
https://github.com/Xe138/AI-Trader.git
synced 2026-04-01 17:17:24 -04:00
fix: use fixed internal ports with configurable host ports
Internal container ports are now fixed at 8000-8003. Host ports are configurable via .env variables. This prevents port conflicts inside the container while allowing users to map to different host ports if needed.
This commit is contained in:
@@ -15,7 +15,9 @@ JINA_API_KEY=your_jina_key_here
|
||||
# System Configuration (Docker default paths)
|
||||
RUNTIME_ENV_PATH=/app/data/runtime_env.json
|
||||
|
||||
# MCP Service Ports (defaults shown)
|
||||
# MCP Service Host Ports (exposed on host machine)
|
||||
# Container always uses 8000-8003 internally
|
||||
# Change these if you need different ports on your host
|
||||
MATH_HTTP_PORT=8000
|
||||
SEARCH_HTTP_PORT=8001
|
||||
TRADE_HTTP_PORT=8002
|
||||
|
||||
Reference in New Issue
Block a user