From a35e19b5460c02d37363d770b05b7ed4124a3796 Mon Sep 17 00:00:00 2001 From: asepharyana Date: Fri, 24 Jul 2026 17:47:24 +0700 Subject: [PATCH] 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 --- apps/tools | 2 +- infra/compose/tools.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/tools b/apps/tools index 62ea875..082a6ea 160000 --- a/apps/tools +++ b/apps/tools @@ -1 +1 @@ -Subproject commit 62ea87565bcede1e85a5cac2a356e201f28e7d3d +Subproject commit 082a6eab1913a94c225fd6c6b26faf64eacbd423 diff --git a/infra/compose/tools.yml b/infra/compose/tools.yml index d9e9019..7a9861c 100644 --- a/infra/compose/tools.yml +++ b/infra/compose/tools.yml @@ -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