Removed AUTH_USERS environment variable from Traefik container as Docker Compose was incorrectly expanding the $ signs in the htpasswd hash. Instead, hardcoded the credentials directly in the vert-sablier.yaml dynamic configuration file (which is not tracked in git, so changes remain local). The AUTH_USERS variable with $$ escaping continues to work correctly in Docker labels for other services. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>