Skip to content

Commit

Permalink
Add example Docker usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jasrusable committed Jan 18, 2022
1 parent a959ca1 commit fefb0db
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ npx queuekit-connector-bullmq -u redis://<your-redis-host>:<your-redis-port>/<yo

Your API key can be obtained from your [queuekit.com Dashboard](https://dashboard.queuekit.com/)

### Usage with Docker

The connector can be run with our pre-built docker image:

```sh
docker run -it --net=host queuekit/queuekit-connector-bullmq -u redis://<redis-host>:<redis-port>/<db-number> -a <your-queuekit-api-key>
```

Your API key can be obtained from your [queuekit.com Dashboard](https://dashboard.queuekit.com/)

### Other connectors

[Bull connector](https://github.com/queuekit/queuekit-connector-bull)
Expand Down

0 comments on commit fefb0db

Please sign in to comment.