An open API service indexing awesome lists of open source software.

https://github.com/addono/docker-bull-monitor

Docker images for bull-monitor.
https://github.com/addono/docker-bull-monitor

bull bullmq docker docker-hub github-actions monitoring node

Last synced: 8 months ago
JSON representation

Docker images for bull-monitor.

Awesome Lists containing this project

README

          

# Docker Bull Monitor

[![License](https://img.shields.io/github/license/Addono/docker-bull-monitor?style=flat-square)](https://github.com/Addono/docker-bull-monitor/blob/main/LICENSE)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://img.shields.io/badge/project%20status-Active-greengrass?style=flat-square)](https://www.repostatus.org/#active)
![GitHub Workflow Status - Docker](https://img.shields.io/github/actions/workflow/status/Addono/docker-bull-monitor/docker-publish.yml?style=flat-square)
[
![Docker Image Pulls (all-time)](https://img.shields.io/docker/pulls/addono/bull-monitor?style=flat-square)
![Docker Image Version (latest semver)](https://img.shields.io/docker/v/addono/bull-monitor?sort=semver&style=flat-square)
](https://hub.docker.com/r/addono/bull-monitor)
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

Docker images for [Bull Monitor CLI](https://github.com/s-r-x/bull-monitor/tree/main/packages/cli).

> [!WARNING]
> The upstream source of Bull Monitor is nowadays deprecated, see https://www.npmjs.com/package/@bull-monitor/cli, as such do not expect newer versions of this container image to become available.
>
> Support for this project will remain unchanged for the foreseeable future. However, with minimal fixes expected to land if any issues would arise.

image

## How to use
All commands in the Bull Monitor CLI are available, e.g. to show the help text:

```bash
docker run --rm addono/bull-monitor --help
```

## Releasing

A new version of this repository can be released by using `release-it`. Simply run the following command and follow the prompts:

```bash
yarn release
```

Make sure to push the tag, as that's what's used by the CI to distribute an image to Docker Hub for.

## ✨ Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Adriaan Knapen

💻 ⚠️ 📖

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!