testcontainers-python
testcontainers-python copied to clipboard
feat: Add container for MongoDb Atlas Local
Linked issue: https://github.com/testcontainers/testcontainers-python/issues/865
This adds a Mongo DB Atlas local container.
This works similarly to the Java container: https://java.testcontainers.org/modules/databases/mongodb/#mongodbatlaslocalcontainer
Like the java one, I added this into the same module as the normal Mongo container, but we can make it into its own module if this would be better.
Changes form standard mongo container:
- Use different environment variables for configuration
- Wait for the container healthcheck rather than the logs, as it takes a little longer for the search service to start.
Any progress on this?
Any progress on this?
I have rebased this change with updates from the main branch, still waiting on a review or guidance from the project if this approach is good.