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:
+1
-1
Submodule apps/tools updated: 62ea87565b...082a6eab19
@@ -22,6 +22,8 @@ services:
|
|||||||
- 'prometheus.io/scrape=true'
|
- 'prometheus.io/scrape=true'
|
||||||
- 'prometheus.io/port=3001'
|
- 'prometheus.io/port=3001'
|
||||||
- 'prometheus.io/path=/metrics'
|
- 'prometheus.io/path=/metrics'
|
||||||
|
ports:
|
||||||
|
- "3002:3001"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD-SHELL', 'curl -so /dev/null --connect-timeout 5 http://localhost:3001/health || test $? -eq 22']
|
test: ['CMD-SHELL', 'curl -so /dev/null --connect-timeout 5 http://localhost:3001/health || test $? -eq 22']
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user