Add cron file

This commit is contained in:
2025-11-22 10:52:58 +01:00
parent 983d10ea97
commit c375b9ee3d

5
docker-cron Normal file
View File

@@ -0,0 +1,5 @@
# Cron job for cleaning up unverified accounts
# Run every hour at minute 0
0 * * * * cd /app && /usr/local/bin/python /app/cleanup_unverified_accounts.py --quiet >> /var/log/cron.log 2>&1
# Empty line required at the end