Files
archived-mongodb-odm/docker-compose.yaml
Jérôme Tamarelle 3dfba27244 Add test on Atlas Search features using an MongoDB Atlas Local Docker (#2829)
|      Q       |   A
|------------- | -----------
| Type         | improvement
| BC Break     | no
| Fixed issues | [PHPORM-390](https://jira.mongodb.org/browse/PHPORM-390)

- Run Atlas tests with MongoDB Atlas Local
- Add integration test for Vector Search
- Add integration test for Search

The `configureFailPoint` command is not available in Atlas Local. I mark the tests as skipped instead of adding a group to exclude them from atlas.
2025-09-25 15:26:06 +02:00

8 lines
121 B
YAML

version: '3.8'
services:
mongodb-atlas-local:
image: mongodb/mongodb-atlas-local
ports:
- "27018:27017"