gabriel / musehub public
chore BREAKING dev
AI Agent gabriel · 54 days ago · Apr 25, 2026 · Diff

chore: fix Docker image name — use musehub/musehub explicitly

The actual problem was musehub-musehub (dash), auto-generated by Docker Compose when no explicit image name is set. The idiomatic Docker name for an org's primary product is namespace/repository, so musehub/musehub is correct (same pattern as grafana/grafana).

Fix: add 'image: musehub/musehub' to the musehub and worker services in docker-compose.yml so Compose never auto-generates the dash form. All registry references (ECR, setup scripts, docs) already used the slash form correctly.

sha256:a325283bfb91be72f1c53346da7102a2928e48312293a78cdfd26ed151ef4156 sha
sha256:94088ab8d7ac30ba3729a38facd8a1fc67d84c77c74ac212a2909aa184f6dc81 snapshot
← Older Oldest on dev
All commits
Newer → Latest on dev

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:a325283bfb91be72f1c53346da7102a2928e48312293a78cdfd26ed151ef4156 --body "your comment"