Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard broken; add RQ Monitor #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Spin up the containers:
$ docker-compose up -d --build
```

Open your browser to http://localhost:5004
Open your browser to http://localhost:5004 to see the Flask app and add tasks. Open your browser to http://localhost:8899 to see the the RQ Monitor dashboard.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ services:
image: redis:6.2-alpine

dashboard:
build: ./project/dashboard
image: dashboard
container_name: dashboard
image: pranavgupta1234/rqmonitor
container_name: rqmonitor
environment:
- RQ_MONITOR_REDIS_URL=redis://redis:6379/0
ports:
- 9181:9181
command: rq-dashboard -H redis
- 8899:8899
depends_on:
- redis
11 changes: 0 additions & 11 deletions project/dashboard/Dockerfile

This file was deleted.