Sign inSign up

eldadfux/resque-web

By eldadfux

Updated over 9 years ago

Image
0

1.8K

eldadfux/resque-web repository overview

Resque-Web

User interface container for the Redis resque-web project.

This container include default configuration to allow HTTP basic auth.

Examples

docker-compose.yml

resque:
  image: eldadfux/resque-web
  links:
    - redis:redisserver
  ports:
    - "5678:5678"
  environment:
    - RESQUE_WEB_HOST=redisserver # (OPTIONAL - Use only if deifferent the default 127.0.0.1)
    - RESQUE_WEB_PORT=6379  # (OPTIONAL - Use only if deifferent the default 6379)
    - RESQUE_WEB_HTTP_BASIC_AUTH_USER=user # (OPTIONAL - if not set no password used)
    - RESQUE_WEB_HTTP_BASIC_AUTH_PASSWORD=password  # (OPTIONAL - if not set no password used)

docker run

docker run --rm -p 5678:5678 eldadfux/resque-web

Tag summary

Content type

Image

Digest

Size

115.1 MB

Last updated

over 9 years ago

docker pull eldadfux/resque-web