neuer cron

This commit is contained in:
2026-01-27 21:05:16 -06:00
parent 90e294de82
commit 1d5e24f541
5 changed files with 80 additions and 6 deletions

12
DMS/sieve-supervisor.conf Normal file
View File

@@ -0,0 +1,12 @@
[program:sieve-sync]
command=/usr/bin/python3 /scripts/sync.py
# Wichtig: stdout_logfile schickt die Logs an den Docker Log Stream
# Damit sehen Sie die Logs via "docker logs <container>"
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autostart=true
autorestart=true
startsecs=5
# Hier werden die ENV Vars des Containers automatisch an das Script vererbt!