Sign inSign up

zenclabs/comet

By zenclabs

Updated almost 8 years ago

A dashboard that helps you compare branches and tags for any GitHub repository.

Image
0

1.4K

zenclabs/comet repository overview

Comet

Build Docker build

This is a dashboard to easily compare branches and tags for any GitHub repository.

Setup

  • Make sure Docker is running on your computer.
  • Generate a GitHub API token. Make sure to give it the repo permission, which is required to navigate through your repositories.
  • Run the following command to start the dashboard:
    docker run -it -p 3080:80 -e GITHUB_TOKEN=....... zenclabs/comet
    
  • Navigate to http://localhost:3080 to see the dashboard.
Jira integration

If you'd like to automatically see the status of associated Jira tickets, you'll need to pass a few additional environment variables through Docker:

  • JIRA_HOST, for example if you use Jira Cloud https://yourproject.atlassian.net.
  • JIRA_EMAIL, which is your Jira account.
  • JIRA_API_TOKEN, see official instructions.

Tag summary

Content type

Image

Digest

Size

8.6 MB

Last updated

almost 8 years ago

docker pull zenclabs/comet