Skip to content

Commit

Permalink
Merge pull request #93 from cypher/include-private-gemserver-in-queue…
Browse files Browse the repository at this point in the history
…-compose-definition

If private gemserver is defined, include it in the queue compose defition
  • Loading branch information
rubys authored Apr 25, 2024
2 parents a56530b + 7be0a86 commit b6db656
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/generators/templates/docker-compose.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ services:
command: bundle exec sidekiq
<% else -%>
command: bundle exec rake solid_queue:start
<% end -%>
<% if private_gemserver_env_variable_name -%>
secrets:
- gemserver_credentials
<% end -%>
environment:
- RAILS_MASTER_KEY=$RAILS_MASTER_KEY
Expand Down

0 comments on commit b6db656

Please sign in to comment.