fly-apps / dockerfile-rails

Provides a Rails generator to produce Dockerfiles and related files.
MIT License
455 stars 38 forks source link

If private gemserver is defined, include it in the queue compose defition #93

Closed cypher closed 2 months ago

cypher commented 2 months ago

When building the images, if the dockerfile has been set up with a private gemserver, the queue image (sidekiq or solid_queue) will fail to build, since the private gemserver secret is not defined.

By including the secrets: in the appropriate section of the docker-compose.yml, it'll build.