File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1+ .idea
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENV PYTHON_VERSION=2.7.12-r0
66ENV PY_PIP_VERSION=8.1.2-r0
77ENV SUPERVISOR_VERSION=3.3.0
88
9- ENV CONNECTION=redis
9+ ENV CONNECTION=default
1010ENV QUEUE=default
1111
1212# Install supervisor
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33if [ -z " $CONNECTION " ]; then
4- echo " Missing environment variable: CONNECTION"
5- exit 1
4+ CONNECTION=" default"
65fi
76
87if [ -Z " $QUEUE " ]; then
@@ -15,8 +14,4 @@ sed -e "s~%%CONNECTION%%~$CONNECTION~" \
1514
1615rm /etc/supervisor/conf.d/laravel-worker.conf.tpl
1716
18- # Debugging purpose
19- # cat /etc/supervisor/supervisord.conf
20-
2117supervisord --nodaemon --configuration /etc/supervisor/supervisord.conf
22-
You can’t perform that action at this time.
0 commit comments