Refactor mongo-seed to only use Dockerfile and remove service from docker-compose #10
Labels
good first issue
Good for newcomers
help-wanted
help from other contributors would be particularly welcome
We have a "mongo-seed" service defined in the docker-compose.yml file, which is responsible for populating/seeding the MongoDB container with sample data available in the mongo-seed/*.json files.
Changes are required as follows:
Another alternative could be to use some init script in Golang/Mongosh's JavaScript that performs this activity.
Both solutions are welcome.
The text was updated successfully, but these errors were encountered: