(From Mailcow and Heinlein Support)
| Name | Desription | Default |
|---|---|---|
| OLEFY_BINDPORT | Port that olefy listens on | 10050 |
| OLEFY_TMPDIR | Temporary folder | /tmp |
| OLEFY_PYTHON_PATH | Path of the python interpreter | /usr/bin/python3 |
| OLEFY_LOGLVL | 10:DEBUG,20:INFO,30:WARNING,40:ERROR,50:CRITICAL | 20 |
| OLEFY_MINLENGTH | Minimum size of file to scan | 500 |
| OLEFY_DEL_TMP | Delete temp files after use | 1 |
| OLEFY_DEL_TMP_FAILED | Delete temp files on failure | 1 |
| TZ | For container, eg Europe/Rome | Europe/Rome |
docker run -p 10050:10050 --name olefy neomediatech/olefy
see Author's repo