Skip to content

roadster-rs/standalone_sidekiq_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Standalone Sidekiq Dashboard

A simple Docker container that runs the Sidekiq dashboard as a standalone service. This is intended for local development purposes only.

Build and Run

docker build -t standalone-sidekiq .
# `--network=host` allows the docker container to connect to a redis instance running on localhost
docker run --network=host standalone-sidekiq
# You can customize the redis url if needed
docker run --network=host -e REDIS_URL='redis://localhost:6380' standalone-sidekiq

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published