Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions vendor/docker/shoryuken.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
if [ "$DISABLE_QUEUE_WORKER" != "true" ]; then
echo "Starting Shoryuken worker"
exec /sbin/setuser app bundle exec shoryuken -R -C config/shoryuken.yml
fi