Add basic docker-compose.yaml for Jupyter notebooks #54
Add basic docker-compose.yaml for Jupyter notebooks #54fktkrt wants to merge 1 commit intojaegertracing:masterfrom
Conversation
Signed-off-by: fktkrt <fktkrt@gmail.com>
5c3af16 to
6365093
Compare
yurishkuro
left a comment
There was a problem hiding this comment.
How is this different from instructions here: https://github.com/jaegertracing/jaeger-analytics-java#run-jupyter-as-docker ?
Please add appropriate documentation.
| @@ -0,0 +1,27 @@ | |||
| version: '3' | |||
There was a problem hiding this comment.
it would make more sense in the jupyter directory.
It provides a way to pull up all components without building the project. It's almost identical, but this can be more convenient for some. I'd say merging this w/ #53 can make sense (if the idea of adding a separate deploy method is welcomed), as that has the instructions. |
This can make easier to spin up a test infrastructure for jupyter testing.