_
.
For example, if the email address [email protected]
is used as a username, the channel erica_lamara
will be created.docker-compose.yml
file.
docker-compose.yml
file.
repo_worker:
section of the file and append the following lines:
REPO_ENABLE_CLEANUP_BLOBS_JOB=true
REPO_SCHEDULE_CLEANUP_BLOBS_CRON=0 0 1 * *
0 0 1 * *
will run the tool on the first day of the month at midnight. To modify when this job runs:
docker-compose.yml
file.REPO_SCHEDULE_CLEANUP_BLOBS_CRON=<CRON_EXPRESSION>
line and replace the <CRON_EXPRESSION>
with a valid cron expression, then save it.