1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Add documentation for the redis worker service

Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
This commit is contained in:
Jan Losinski
2017-01-17 16:01:20 +01:00
parent 4de27027b9
commit 65b2e2c7a9

View File

@@ -137,3 +137,11 @@ server {
} }
``` ```
## Importer worker
To run the [async redis importer worker](http://doc.wallabag.org/en/master/developer/asynchronous.html#install-redis-for-asynchronous-tasks) use the following command:
```
$ docker run --name wallabag --link wallabag-db:wallabag-db --link redis:redis -e <... your config variables here ...> wallabag/wallabag import <type>
```
Where type is one of pocket, readability, instapaper, wallabag_v1, wallabag_v2, firefox, chrome.