Add a docker image for watching a directory

This commit is contained in:
Eike Kettner
2020-05-25 19:43:06 +02:00
parent f33c2a2293
commit 3d902c3273
4 changed files with 57 additions and 0 deletions

View File

@ -91,3 +91,12 @@ available in the `/docker` folder.
The directory contains a file `docspell.conf` that you can
[modify](doc/configure) as needed.
### Watching files in a directory
This setup starts a container running the
[`consumedir.sh`](doc/tools/consumedir) script. It is configured to
watch one directory and upload files arriving in there to docspell.
Please see the [`consumedir.sh`](doc/tools/consumedir#docker) docs for
additional steps.