Both API and App now scale transparently via Docker DNS round-robin. Home server nginx points at a single port for each service: - workstation:5060 -> ae_web_dev:80 -> ae_api replicas - workstation:3001 -> ae_web_dev:80 -> ae_app replicas ae_app no longer needs host port bindings. AE_APP_REPLICAS scales freely. HTTPS (443) commented out -- SSL terminates at home server, not internally.
9.2 KiB
9.2 KiB