Skip to content

Commit

Permalink
forgot a file
Browse files Browse the repository at this point in the history
  • Loading branch information
rubys committed Nov 5, 2024
1 parent fbedd95 commit 46642cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/templates/docker-compose.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ services:
redis-db:
image: redis
<% end -%>
<% if (using_sidekiq? or using_solidq?) and deploy_database != 'sqlite3' -%>
<% if (using_sidekiq? and deploy_database != 'sqlite3') or solidq_launcher == :process -%>
<%= using_sidekiq? ? "sidekiq" : "solidq" %>:
build: .
Expand Down

0 comments on commit 46642cf

Please sign in to comment.