statistics docker setup, cleanup on sync script, added supervisord

This commit is contained in:
2025-03-30 14:36:20 +03:00
parent b0c09ade50
commit 6557a951ba
4 changed files with 54 additions and 56 deletions
+14
View File
@@ -0,0 +1,14 @@
[supervisord]
nodaemon=true
[program:cron]
command=cron -f
autorestart=true
[program:sync-cron-log]
command=tail -f /var/log/cron.log
autorestart=true
[program:sync]
command=/usr/local/bin/php /app/sync.php
autorestart=true