HQTrust / standalone-sidekiq-web

Docker image for standalone sidekiq-web instance. great for use with Heroku, Deis and said such.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standalone Sidekiq Web

Launch a standalone Sidekiq Web dashboard via Docker

Build

$ docker build -t sidekiq-web:dev .

Run

$ docker run -P -e REDIS_URL=<the redis url> -it sidekiq-web:dev

Configuration

REDIS_SIZE: Concurrency setting (default: 1)
REDIS_URL: The redis host URL (default: redis://localhost:6379/0)
SIDEKIQ_CRON: Set to true to enable the Sidekiq Cron view (default: false)
SIDEKIQ_USERNAME: HTTP Basic Auth username
SIDEKIQ_PASSWORD: HTTP Basic Auth password

NOTE: To enable HTTP Basic Auth you must set BOTH SIDEKIQ_USERNAME and SIDEKIQ_PASSWORD.

About

Docker image for standalone sidekiq-web instance. great for use with Heroku, Deis and said such.


Languages

Language:Ruby 56.8%Language:Shell 25.4%Language:Dockerfile 17.8%