fix(dev-sso): route bunyip-web on nebula-secure via list-syntax labels #18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/dev-sso-nebula-secure-list"
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?
Supersedes #17. Match mokosh-server's dev-sso overlay: drop the TRAEFIK_ENTRYPOINTS env var and pin the router to the
nebula-secureTraefik entrypoint (the Nebula-published one, asDefault), so ${USER}-bunyip.a8n.run is reachable over the mesh like the other dev apps. Also switch the labels from map to list syntax - Compose v2.40 does not interpolate ${USER} inside map KEYS, so map form left a literal ${USER} in the router name; list form keeps each "key=value" as one string value so it interpolates. Assumes dev-01 also serves on nebula-secure (same assumption mokosh-server's merged change already makes).Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com