fix(ingest): point timer to ops-dashboard host port 3001 #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ingest-service-port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The systemd service POSTed to http://127.0.0.1:3000, but on the host that
port belongs to scrum4me-web (the Scrum4Me Next.js app, run by the
scrum4me-web systemd unit). The ops-dashboard container exposes its
internal port 3000 as 127.0.0.1:3001 per docker-compose.yml. Without this
fix the timer hits the wrong service.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com