-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Docker compose for deployment of individual components #469
Comments
See #306 for a starting point. |
Hi, I'd like to take this up if it is still available. |
Note: |
@ishanjain28 are you interested in working together on this? I was just wondering what name we should give to the new repo. Maybe something like |
@AllieOop Yeah, Sure. |
@ishanjain28 see #493 |
If I'm understanding this correctly, it sounds like the goal of this issue is to move the docker compose file into a separate repo so that it can be used to support multiple storages. I see the following question asked in #493 (comment): |
Compose file can be here on in a different repo and still support different storages. I think it's easier to have it directly here because:
|
We can reuse this compose file in different jaeger repositories to run xdock tests: docker-compose -f https://github.com/jaegertracing/jaeger/master/compose.yml -f $(XDOCK_YAML) run crossdock |
I'm not really familiar with how the cross-dock setup works, but |
done in #493. I will open next issue for further improvements. |
See #466 for context and https://github.com/jaegertracing/jaeger-kubernetes/blob/master/production/jaeger-production-template.yml for reference
This should be done in a separate repository, like there is for Kubernetes and OpenShift.
The text was updated successfully, but these errors were encountered: