Skip to content

🐳 chore: Use Published GHCR Image in Docker Compose#20

Merged
danny-avila merged 1 commit intomainfrom
dustin/docker-compose-ghcr
Apr 9, 2026
Merged

🐳 chore: Use Published GHCR Image in Docker Compose#20
danny-avila merged 1 commit intomainfrom
dustin/docker-compose-ghcr

Conversation

@dustinhealy
Copy link
Copy Markdown
Contributor

Summary

Now that the GHCR package is public, switch docker-compose.yml from build: . to image: ghcr.io/clickhouse/librechat-admin-panel:latest so users can run the admin panel with docker compose up without building locally.

Change Type

  • New feature (non-breaking change which adds functionality)

Testing

  1. docker compose up — should pull the image from GHCR and start on port 3000
  2. Verify the admin panel is accessible at http://localhost:3000

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings

Switch from local build to ghcr.io/clickhouse/librechat-admin-panel:latest
now that the container registry package is public.
@danny-avila danny-avila merged commit a6d4083 into main Apr 9, 2026
3 checks passed
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.

2 participants