Add cached media cleanup cron job

This commit is contained in:
Johannes Zellner
2020-08-16 10:30:44 +02:00
parent 343889821f
commit 34fb84e4ef
3 changed files with 16 additions and 2 deletions

View File

@@ -14,7 +14,13 @@
"postgresql": {},
"redis": {},
"sendmail": {},
"ldap": {}
"ldap": {},
"scheduler": {
"cleanup": {
"schedule": "11 11 * * *",
"command": "/app/pkg/cleanup.sh"
}
}
},
"minBoxVersion": "4.1.4",
"manifestVersion": 2,