docs(deploy): copilot URL = tailnet IP (follow-up to #55) #56
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claude/copilot-net-fix"
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?
Summary
Follow-up to #55. The copilot host integration was deployed on max2, which runs Media-Organizer in its own compose project. #55 dropped the
compose_defaultexternal-network join (it collided with the shared host'sscrum4me-postgres). This updates theenv.exampletemplate to match: the copilot service is reached over its published Tailscale IP, not compose-DNS.S4M_COPILOT_URL→http://100.118.195.120:8100(was the now-unreachablescrum4me-copilot:8100)Verified live on max2 by max2:claude: web healthy,
/api/s4m/*→401, service/v1/sessions→403 not_linked(expected pre-link; proves the app-key + tailnet route resolve).Test plan
npm run buildunaffected (build does not read deploy env)🤖 Generated with Claude Code