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)