From 718f0f2037a4095cac8caa793ddd9292cf00676e Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 28 Oct 2025 17:35:26 -0500 Subject: [PATCH] feat: update port configuration - homepage on 4000, services on 4001+ Co-authored-by: Qwen-Coder --- collab/SupportStack/BuildTheStack | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collab/SupportStack/BuildTheStack b/collab/SupportStack/BuildTheStack index e1bb830..23dec02 100644 --- a/collab/SupportStack/BuildTheStack +++ b/collab/SupportStack/BuildTheStack @@ -66,8 +66,8 @@ Create a proof of concept with docker-socket-proxy, homepage, and wakaapi compon - Implement proper networking (internal only) - All ports bound to localhost (127.0.0.1) with specific port assignments: - docker-socket-proxy: Internal network only, no external ports exposed - - homepage: Port 3000 (localhost only) - configurable via environment variable - - wakaapi: Port 3001 (localhost only) - configurable via environment variable + - homepage: Port 4000 (localhost only) - configurable via environment variable + - wakaapi: Port 4001 (localhost only) - configurable via environment variable - All environment variables must be pre-set in TSYSDevStack-SupportStack-Demo-Settings file (single settings file for simplicity in demo) - All docker compose files (one per component) should be prefixed with: TSYSDevStack-SupportStack-Demo-DockerCompose- - All docker compose files should use environment variables for everything (variables will be set in TSYSDevStack-SupportStack-Demo-Settings file)