diff --git a/.docker/supervisord.conf b/.docker/supervisord.conf index 4c9aaeb..b037828 100644 --- a/.docker/supervisord.conf +++ b/.docker/supervisord.conf @@ -3,26 +3,37 @@ nodaemon=true logfile=/dev/null logfile_maxbytes=0 -[program:apache] -command=apache2-foreground +[program:env] +command=env stdout_logfile=/dev/stdout stdout_logfile_maxbytes=0 stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 -autorestart=true -startsecs=0 -autostart=true -startretries=10 - -[program:messenger-consume] -command=source /etc/environment && php /var/www/html/bin/console messenger:consume async --time-limit=3600 -numprocs=2 +autorestart=false startsecs=10 autostart=true -autorestart=true startretries=10 -process_name=%(program_name)s_%(process_num)02d -stdout_logfile=/dev/stdout -stdout_logfile_maxbytes=0 -stderr_logfile=/dev/stderr -stderr_logfile_maxbytes=0 + +# [program:apache] +# command=apache2-foreground +# stdout_logfile=/dev/stdout +# stdout_logfile_maxbytes=0 +# stderr_logfile=/dev/stderr +# stderr_logfile_maxbytes=0 +# autorestart=true +# startsecs=0 +# autostart=true +# startretries=10 + +# [program:messenger-consume] +# command=php /var/www/html/bin/console messenger:consume async --time-limit=3600 +# numprocs=2 +# startsecs=10 +# autostart=true +# autorestart=true +# startretries=10 +# process_name=%(program_name)s_%(process_num)02d +# stdout_logfile=/dev/stdout +# stdout_logfile_maxbytes=0 +# stderr_logfile=/dev/stderr +# stderr_logfile_maxbytes=0