mirror of
https://gitlab.com/signalytic/client-external/streamline/streamline-emr.git
synced 2026-09-11 18:51:31 +00:00
statistics docker setup, cleanup on sync script, added supervisord
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user