You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addition Description Docker-compose is one way to orchestrate docker services. It allows users or devs to define infrastructure-as-code and could help users deploy this plugin more easily.
Current Behavior
Docker services are built and launched one at a time
Questions
Project scope: Given that Qiime2 is focused on end users, deployment and orchestration could be out of scope for this plugin
Where's the best place to put this code? Within this repo, a separate repo, or as part of an existing docker infrastructure project?
What orchestration engine to use? Why not use Kubernetes instead of docker-compose?
User stories:
Qiime2 forums x-ref; user successfully deploys docker and q2galaxy on AWS, but has some trouble setting up ports
The text was updated successfully, but these errors were encountered:
These are good suggestions. Our base image is already made out of the linked container, but I suspect I could be using it better.
Creating a docker-compose file might be a nice way to skip some initial deployment issues on cloud infrastructure.
We can probably just put something like that in this repo for the sake of convenience. The dockerfile is similarly here.
In this context, what do you mean by user admin? Like, login or SSO? How is this handled now and can you see how it's addressed by that other docker-compose galaxy repo?
The currently baked image assumes single user mode, no password, etc. That's not ideal for internet facing services, so I would need to look into how the base image handles these things (our image inherits from bgruening/docker-galaxy-stable).
Addition Description
Docker-compose is one way to orchestrate docker services. It allows users or devs to define infrastructure-as-code and could help users deploy this plugin more easily.
Current Behavior
Docker services are built and launched one at a time
Proposed Behavior
Provide infrastructure to deploy q2galaxy along with the rest of galaxy, perhaps like this:
https://github.com/bgruening/docker-galaxy-stable
Questions
Project scope: Given that Qiime2 is focused on end users, deployment and orchestration could be out of scope for this plugin
Where's the best place to put this code? Within this repo, a separate repo, or as part of an existing docker infrastructure project?
What orchestration engine to use? Why not use Kubernetes instead of docker-compose?
User stories:
The text was updated successfully, but these errors were encountered: