diff --git a/docker/supervisord.conf b/docker/supervisord.conf index 7e72e8cca8..9ed74c6ebf 100755 --- a/docker/supervisord.conf +++ b/docker/supervisord.conf @@ -37,36 +37,6 @@ priority=10 stdout_events_enabled=true stderr_events_enabled=true -[program:v0-webhooks] -command=php /usr/share/nginx/html/vendor/bin/resque -autostart=true -autorestart=true -priority=10 -environment=QUEUE='v0-webhooks',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/webhooks.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s' -stdout_events_enabled=true -stderr_events_enabled=true -stopsignal=QUIT - -[program:v0-audits] -command=php /usr/share/nginx/html/vendor/bin/resque -autostart=true -autorestart=true -priority=10 -environment=QUEUE='v0-audits',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/audits.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s' -stdout_events_enabled=true -stderr_events_enabled=true -stopsignal=QUIT - -[program:v0-usage] -command=php /usr/share/nginx/html/vendor/bin/resque -autostart=true -autorestart=true -priority=10 -environment=QUEUE='v0-usage',APP_INCLUDE='/usr/share/nginx/html/app/v0/workers/usage.php',REDIS_BACKEND='%(ENV__APP_REDIS_HOST)s:%(ENV__APP_REDIS_PORT)s' -stdout_events_enabled=true -stderr_events_enabled=true -stopsignal=QUIT - [program:v1-webhooks] command=php /usr/share/nginx/html/vendor/bin/resque autostart=true