Monitoring Setup
Folder monitoring is a feature that can be enabled during installation or when updating the container. Once enabled, there are several features available.
Install or Update
Monitoring runs as a separate process to ensure background operations do not interfere with any manual processing done by the user. In order to support this, folder monitoring must have 2 options configured in the docker-compose.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
These options are:
- Line 16: Secondary volume/location for monitoring
- Line 20:
MONITOR=yesto enable
If you want to enable monitoring and did not configure these on setup, simply stop the container, update your docker-compose.yaml file and restart.
Setup & Requirements
When you have monitoring enabled, you will need to configure a WATCH folder and a TARGET folder.

- WATCH is the source folder that will be monitored. Files in this location will have automated actions applied to them
- TARGET is the destination folder where files will be moved as they are processed.