lizhimins opened a new pull request, #953: URL: https://github.com/apache/rocketmq-dashboard/pull/953
## Summary - Switch the nginx template to variable `proxy_pass` with a resolver pinned to the podman network gateway (injected by `15-resolver.envsh` before the envsubst step), so a recreated `rocketmq-server` container with a new IP is picked up per request instead of returning 502 until the web container restarts. - Add a curl healthcheck to `rocketmq-server` and make `rocketmq-web` wait for `service_healthy`, so nginx never boots before the backend is resolvable and serving. ## Test plan - [x] Deployed: `/api/auth/status` stays 200 across `docker restart rocketmq-server` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
