Compare commits
2 Commits
45fe4d4df3
...
7b08bfc8e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b08bfc8e3 | ||
|
|
10dad175bf |
|
|
@ -1,7 +1,6 @@
|
|||
# Runs every sunday at 16:00
|
||||
0 21 * * 0 /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_7_days.json > /app/log/thekendienstbot_week.txt
|
||||
|
||||
15 11 * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_2_days.json > /app/log/thekendienstbot_2days.txt
|
||||
0 21 * * 0 /usr/local/bin/python3 /app/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/reportMissingThekendienst.py /app/cfg/base_config.json /app/cfg/check_next_2_days.json > /proc/1/fd/1 2>&1
|
||||
|
||||
# Runs every minute to test
|
||||
#* * * * * /usr/local/bin/python3 /app/reportMissingThekendienst.py /app/base_config.json /app/check_next_7_days.json > /app/thekendienstbot_min.txt
|
||||
# * * * * * echo "Hello" > /proc/1/fd/1 2>&1
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ services:
|
|||
context: ../
|
||||
dockerfile: docker/DockerFile
|
||||
|
||||
image: thekendienstbot:latest
|
||||
image: gitea.lan.hobbyhimmel.de/matthias.lotz/thekendienstbot:latest
|
||||
container_name: thekendienstbot
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user