Skip to content

Commit f65c5e9

Browse files
author
rok
committed
watchdog removed, supervisor does not find it
1 parent fd76437 commit f65c5e9

File tree

4 files changed

+0
-53
lines changed

4 files changed

+0
-53
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ WORKDIR /etc/supervisor/conf.d
2020
COPY laravel-worker.conf.tpl /etc/supervisor/conf.d/laravel-worker.conf.tpl
2121
COPY laravel-horizon.conf.tpl /etc/supervisor/conf.d/laravel-horizon.conf.tpl
2222
COPY custom-php.ini.tpl /opt/etc/custom-php.ini.tpl
23-
COPY supervisor-watchdog /usr/local/bin/supervisor-watchdog
2423

2524
# Copy scripts
2625
COPY init.sh /usr/local/bin/init.sh

laravel-horizon.conf.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ autostart=true
1010
autorestart=true
1111
stdout_events_enabled=1
1212
redirect_stderr=true
13-
14-
[eventlistener:supervisord-watchdog]
15-
command=/usr/local/bin/supervisord-watchdog
16-
events=PROCESS_STATE_FATAL

laravel-worker.conf.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,3 @@ numprocs=1
1212
startretries=10
1313
stdout_events_enabled=1
1414
redirect_stderr=true
15-
16-
[eventlistener:supervisord-watchdog]
17-
command=/usr/local/bin/supervisord-watchdog
18-
events=PROCESS_STATE_FATAL

supervisor-watchdog

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)