Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 308 Bytes

Sidekiq Web

sidekiq

Build

docker build -t sidekiq-web .

Run

docker run -e "RAILS_ENV=development" -e "AZ_APP_2_REDIS_URL=redis://<IP>:<PORT>" -e "RACK_ENV=development" -p80:8080 -it sidekiq-web bash

Open web browser on http://localhost:8080