fix: add port mapping for fitdata (5311 -> 5000)

App listens on 5000 internally, need to map external 5311 to it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 18:07:20 +00:00
parent 027a9c675d
commit 3016301729

View File

@@ -24,6 +24,7 @@ job "fitdata" {
network {
port "http" {
static = 5311
to = 5000
}
}