User interface container for the Redis resque-web project.
This container include default configuration to allow HTTP basic auth.
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
Content type
Image
Digest
Size
115.1 MB
Last updated
over 9 years ago
docker pull eldadfux/resque-web