removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton
This commit is contained in:
2
docker/Crontab
Normal file
2
docker/Crontab
Normal file
@@ -0,0 +1,2 @@
|
||||
8 * * * * bun run ./src/app.ts --today > /var/log/cron.log 2>&1
|
||||
*/15 * * * * bun run ./src/app.ts > /var/log/cron.log 2>&1
|
||||
8
docker/cron-bun-log
Normal file
8
docker/cron-bun-log
Normal file
@@ -0,0 +1,8 @@
|
||||
/var/log/cron.log {
|
||||
daily
|
||||
rotate 7
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
}
|
||||
Reference in New Issue
Block a user