Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 749 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 749 Bytes

reqless-ui-docker

Repository for the docker image for the sinatra-based UI for reqless.

Usage

Environment variables

Variable Name Default Description
REQLESS_UI_DB_URL redis://localhost:6379/0 The URL of the DB instance the reqless UI should use.
REQLESS_UI_HOST localhost The host the reqless UI server should bind to.
REQLESS_UI_PORT 9292 The port the reqless UI server should bind to.