Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zabolotnov87/sidekiq-web
Sidekiq Web in Docker
https://github.com/zabolotnov87/sidekiq-web
Last synced: about 1 month ago
JSON representation
Sidekiq Web in Docker
- Host: GitHub
- URL: https://github.com/zabolotnov87/sidekiq-web
- Owner: zabolotnov87
- Created: 2018-12-13T19:47:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T15:17:35.000Z (about 2 years ago)
- Last Synced: 2023-08-10T04:15:52.231Z (over 1 year ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Standalone Sidekiq Web
Pack [Sidekiq Web](https://github.com/mperham/sidekiq/wiki/Monitoring#web-ui) to Docker Image.
# Build
```sh
$ make build image_tag=sidekiq-web:latest
```# Push
```sh
$ make push image_tag=sidekiq-web:latest
```# Run
```sh
$ docker run --rm -it sidekiq-web:latest cli help start
```