ThekendienstBot/docker/crontab
Guilherme Bufolo 73cb265718 Modified docker and crontab setup
Now it copies everything to the correct subfolders so we can directly
map the repository folders.

Adds now cron to warn on empty slots on the same day.
2024-09-16 22:39:36 +02:00

7 lines
526 B
Plaintext

0 21 * * 0 /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_7_days.json > /proc/1/fd/1 2>&1
15 11 * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_2_days.json > /proc/1/fd/1 2>&1
0 9 * * * /usr/local/bin/python3 /app/src/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/last_minute_warning.json > /proc/1/fd/1 2>&1
# Runs every minute to test
# * * * * * echo "Hello" > /proc/1/fd/1 2>&1