File tree Expand file tree Collapse file tree 4 files changed +0
-53
lines changed Expand file tree Collapse file tree 4 files changed +0
-53
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ WORKDIR /etc/supervisor/conf.d
2020COPY laravel-worker.conf.tpl /etc/supervisor/conf.d/laravel-worker.conf.tpl
2121COPY laravel-horizon.conf.tpl /etc/supervisor/conf.d/laravel-horizon.conf.tpl
2222COPY custom-php.ini.tpl /opt/etc/custom-php.ini.tpl
23- COPY supervisor-watchdog /usr/local/bin/supervisor-watchdog
2423
2524# Copy scripts
2625COPY init.sh /usr/local/bin/init.sh
Original file line number Diff line number Diff line change @@ -10,7 +10,3 @@ autostart=true
1010autorestart=true
1111stdout_events_enabled=1
1212redirect_stderr=true
13-
14- [eventlistener:supervisord-watchdog]
15- command=/usr/local/bin/supervisord-watchdog
16- events=PROCESS_STATE_FATAL
Original file line number Diff line number Diff line change @@ -12,7 +12,3 @@ numprocs=1
1212startretries=10
1313stdout_events_enabled=1
1414redirect_stderr=true
15-
16- [eventlistener:supervisord-watchdog]
17- command=/usr/local/bin/supervisord-watchdog
18- events=PROCESS_STATE_FATAL
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments