fix(infra): update tools submodule entrypoint, use port 3002

Entrypoint now auto-discovers binary locations in various paths.
Host port changed to 3002 due to stale iptables rule on port 3001.

Co-Authored-By: Kilo <kilo@kilo.ai>
This commit is contained in:
asepharyana
2026-07-24 17:47:24 +07:00
co-authored by Kilo
parent c25850b727
commit a35e19b546
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ services:
- 'prometheus.io/scrape=true'
- 'prometheus.io/port=3001'
- 'prometheus.io/path=/metrics'
ports:
- "3002:3001"
healthcheck:
test: ['CMD-SHELL', 'curl -so /dev/null --connect-timeout 5 http://localhost:3001/health || test $? -eq 22']
interval: 30s