https://github.com/dsys/kue-dashboard
:signal_strength: Simple Docker container for Kue's web interface
https://github.com/dsys/kue-dashboard
Last synced: over 1 year ago
JSON representation
:signal_strength: Simple Docker container for Kue's web interface
- Host: GitHub
- URL: https://github.com/dsys/kue-dashboard
- Owner: dsys
- License: bsd-3-clause
- Created: 2016-02-29T06:36:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T09:17:40.000Z (about 10 years ago)
- Last Synced: 2025-01-14T03:33:43.178Z (over 1 year ago)
- Language: Makefile
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kue-dashboard
Simple Docker container for [kue's](https://github.com/Automattic/kue) web UI.
## Usage
Available on Docker Hub as [pavlov/kue-dashboard](https://hub.docker.com/r/pavlov/kue-dashboard).
$ docker run -e REDIS_URL=redis://127.0.0.1:6379 -t pavlov/kue-dashboard
## Development
$ make build
$ make push
## License
[BSD 3-Clause](https://github.com/pavlovml/kue-dashboard/blob/master/LICENSE)