Skip to content

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

Notifications You must be signed in to change notification settings

clok/standalone-sidekiq-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •