Commit 07dad56
fix(proxy): add NO_PROXY to api-proxy container for health check
The api-proxy container's curl health check was routing through Squid
because of the newly-added lowercase http_proxy/https_proxy env vars.
curl respects lowercase proxy vars, causing localhost health checks to
fail. Add NO_PROXY/no_proxy with localhost entries to prevent this.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 35df06c commit 07dad56
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
| 1027 | + | |
| 1028 | + | |
| 1029 | + | |
1027 | 1030 | | |
1028 | 1031 | | |
1029 | 1032 | | |
| |||
0 commit comments