-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel builds failing due to conflicting Jaeger port allocations #45
Comments
Similarly, postgres ports conflict. Overrides seems great. |
@jisantuc If this is something you want to take on your own (because it's pretty easy) https://github.com/azavea/fieldscope/blob/develop/docker-compose.override.yml is a pretty good model. Then you can just remove the port bindings from the regular Otherwise, we can register it on our radar again. |
I think I can handle it on my own at some point but I don't know the next time I'll be in Granary. I don't think it's urgent. You can keep it off your radar. |
We play a similar game with https://github.com/raster-foundry/raster-foundry/blob/develop/docker-compose.dev.yml |
We should consider migrating port bindings from
docker-compose.yml
to a newdocker-compose.override.yml
file so that we do not allocate a port in CI, or consider removing the dependency between the API service and Jaeger.See: http://jenkins.staging.rasterfoundry.com/job/Granary/job/granary/job/master/1/console
The text was updated successfully, but these errors were encountered: