wait for dovecot
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
[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>"
|
||||
# Das "-u" ist entscheidend für sofortige Logs!
|
||||
command=/usr/bin/python3 -u /scripts/sync.py
|
||||
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!
|
||||
startsecs=5
|
||||
Reference in New Issue
Block a user