removed Python and the Python Script, added the apprise-api docker container to the Docker-compose to send notificaiton

This commit is contained in:
2025-10-21 23:34:50 +02:00
parent 8c5d6de5a4
commit 1729332373
12 changed files with 125 additions and 94 deletions

8
docker/cron-bun-log Normal file
View File

@@ -0,0 +1,8 @@
/var/log/cron.log {
daily
rotate 7
compress
missingok
notifempty
copytruncate
}