Nginx + Unicorn + Resque-web
HOW TO USE
You will need redis server and link with redis server
docker run --name my-redis001 -d redis redis-server
Link with the redis-server docker
docker run --name resque-web001 -d --link my-redis001:redis -p 8055:80 platformer/resque-web
Options
Content type
Image
Digest
sha256:794a37490…
Size
252 MB
Last updated
almost 11 years ago
docker pull platformer/resque-web