Skip to content

fix: default docker-compose to prebuilt ghcr image, not local build - #104

Merged
asm0dey merged 1 commit into
mainfrom
fix/compose-prebuilt-image
Aug 1, 2026
Merged

fix: default docker-compose to prebuilt ghcr image, not local build#104
asm0dey merged 1 commit into
mainfrom
fix/compose-prebuilt-image

Conversation

@asm0dey

@asm0dey asm0dey commented Aug 1, 2026

Copy link
Copy Markdown
Owner

The app service used build: ., so docker compose up -d built from a local checkout even though the README and docs advertise pulling the published image — and it would outright fail for anyone who grabbed only docker-compose.yml + .env.example without the full source.

Switch the default to image: ghcr.io/asm0dey/calit:latest; build-from-source is documented in the header comment (swap in build: ., docker compose up --build -d).

Docs (quick-start.md, docker-compose.md) updated in lockstep on the docs-site branch.

🤖 Generated with Claude Code

The app service used `build: .`, so `docker compose up -d` built from a
local checkout even though README/docs advertise pulling the published
image. Switch to `image: ghcr.io/asm0dey/calit:latest`; document the
build-from-source path in the header comment.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01XJQdTxWd9zrgDwnEBkp9B3
@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2026

Copy link
Copy Markdown

@asm0dey
asm0dey merged commit 5c0ccb5 into main Aug 1, 2026
10 checks passed
@asm0dey
asm0dey deleted the fix/compose-prebuilt-image branch August 1, 2026 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant