-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 images should default to installing mongo #2654
Comments
See #1420 |
Merged into marketplace but still needs merging to other branches @jshimko |
@aaronjudd Cherry pick PR's created for development (#2677) and master (#2678). |
Assuming we don't want to merge those changes directly to master, yes, this is all set to close. The only reason I created #2678 was because this issue was specifically about being able to launch a container straight from Docker Hub (or with tools like Kitematic) without needing to setup/provide an external database. If that can wait until marketplace is merged, then we're good. That just means Want to make the call on that @aaronjudd? |
@aaronjudd @jshimko Can we close? |
Yes, this can be closed. https://github.com/reactioncommerce/reaction/blob/master/.circleci/build.sh#L16 |
A primary purpose (or at least, nice side role) of our docker images is that they are used for demo/testing initially by many people checking out Reaction.
Reaction images should, therefore, default to providing the Mongo instance, within the build, so they can be used as standalone instances.
Ideally, if the
MONGO_URL
env variable is supplied, or MONGO=false is used, then we would not provide mongo. (normal production deployments would almost always have MONGO_URL provided).This has been implemented and reverted before, and needs to be implemented and remain as a requirement (or some variation, perhaps another new image).
The text was updated successfully, but these errors were encountered: