{"id":18441627,"url":"https://github.com/stefanwalther/docker-mongo-seed","last_synced_at":"2025-10-11T16:11:01.629Z","repository":{"id":149090017,"uuid":"154958886","full_name":"stefanwalther/docker-mongo-seed","owner":"stefanwalther","description":"A Docker image to seed a MongoDB database.","archived":false,"fork":false,"pushed_at":"2019-11-13T22:07:10.000Z","size":12,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T17:54:31.243Z","etag":null,"topics":["docker","docker-image","mongo","mongodb","mongodb-database","seed","seed-database"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stefanwalther.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-27T11:49:09.000Z","updated_at":"2022-03-25T19:50:21.000Z","dependencies_parsed_at":"2023-06-30T04:00:10.391Z","dependency_job_id":null,"html_url":"https://github.com/stefanwalther/docker-mongo-seed","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fdocker-mongo-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fdocker-mongo-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fdocker-mongo-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefanwalther%2Fdocker-mongo-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefanwalther","download_url":"https://codeload.github.com/stefanwalther/docker-mongo-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247741533,"owners_count":20988424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","mongo","mongodb","mongodb-database","seed","seed-database"],"created_at":"2024-11-06T06:38:53.224Z","updated_at":"2025-10-11T16:10:56.604Z","avatar_url":"https://github.com/stefanwalther.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mongo-seed\n\n\u003e A Docker image to seed your Mongo database.\n\n[![](https://images.microbadger.com/badges/image/stefanwalther/mongo-seed.svg)](https://microbadger.com/images/stefanwalther/mongo-seed \"Get your own image badge on microbadger.com\")\n\n---\n\n## Purpose\n\nDocker image to seed your mongo database with ease. Available on [Docker Hub](https://hub.docker.com/r/stefanwalther/mongo-seed)\n\n## Installation\n\n```\n$ docker pull stefanwalther/mongo-seed[:\u003cversion\u003e]\n```\n\n## Usage\n\n```yaml\nversion: '3.3'\n\nservices:\n\n  mongo:\n    image: mongo\n    container_name: mongo\n    ports:\n      - 27017:27017\n\n  mongo-seed:\n    image: stefanwalther/mongo-seed\n    container_name: mongo-seed\n    environment:\n      - MONGODB_HOST=mongo\n      - MONGODB_PORT=27017\n    volumes:\n      - ./config/db-seed:/data\n    depends_on:\n      - mongo\n    command: [\n      \"mongoimport --host mongo --port 27017 --db sammlerio --mode upsert --type json --file /data/auth-service~~user.json --jsonArray\"\n    ]\n\n```\n\n## About\n\n### Author\n**Stefan Walther**\n\n* [twitter/waltherstefan](http://twitter.com/waltherstefan)\n* [github.com/stefanwalther](http://github.com/stefanwalther)\n* [LinkedIn](https://www.linkedin.com/in/stefanwalther/) \n* [stefanwalther.io](http://stefanwalther.io) - Private blog\n\n### Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/stefanwalther/mongo-seed/issues). The process for contributing is outlined below:\n\n1. Create a fork of the project\n2. Work on whatever bug or feature you wish\n3. Create a pull request (PR)\n\nI cannot guarantee that I will merge all PRs but I will evaluate them all.\n\n### License\nMIT\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 26, 2019._\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fdocker-mongo-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefanwalther%2Fdocker-mongo-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefanwalther%2Fdocker-mongo-seed/lists"}