diff --git a/vendor/docker/shoryuken.sh b/vendor/docker/shoryuken.sh index c432f59..3184f7a 100755 --- a/vendor/docker/shoryuken.sh +++ b/vendor/docker/shoryuken.sh @@ -6,7 +6,7 @@ exec 2>&1 # Disble starting the queue worker when the environment variable DISABLE_QUEUE_WORKER is set to "true". # This value is set in the docker-compose.yml file -# if [ "$DISABLE_QUEUE_WORKER" != "true" ]; then -# echo "Starting Shoryuken worker" -# exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml -# fi \ No newline at end of file +if [ "$DISABLE_QUEUE_WORKER" != "true" ]; then + echo "Starting Shoryuken worker" + exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml +fi \ No newline at end of file