Sign inSign up

platformer/resque-web

By platformer

Updated almost 11 years ago

resque-web docker

Image
0

997

platformer/resque-web repository overview

Nginx + Unicorn + Resque-web

GitHub Page

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

  1. Exposed Port : 80
  2. Volumes = /data , /var/log
  3. Custom resque-web app /data/resque-web ; unicorn config --> /data/resque-web/config/unicorn.rb

Tag summary

Content type

Image

Digest

sha256:794a37490

Size

252 MB

Last updated

almost 11 years ago

docker pull platformer/resque-web