{"id":16065146,"url":"https://github.com/knowankit/docker-mongo-seed","last_synced_at":"2025-10-25T11:16:14.706Z","repository":{"id":100985202,"uuid":"202296434","full_name":"knowankit/docker-mongo-seed","owner":"knowankit","description":"Seeding mongo database on docker","archived":false,"fork":false,"pushed_at":"2019-08-14T07:32:28.000Z","size":1,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T20:33:25.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knowankit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2019-08-14T07:19:38.000Z","updated_at":"2021-11-28T06:43:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"5810e5d7-c37a-49da-b1e9-31de606b8cb8","html_url":"https://github.com/knowankit/docker-mongo-seed","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"6f06dcaec16438944a8cafaccf9428a2b59e5662"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Fdocker-mongo-seed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Fdocker-mongo-seed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Fdocker-mongo-seed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knowankit%2Fdocker-mongo-seed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knowankit","download_url":"https://codeload.github.com/knowankit/docker-mongo-seed/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318749,"owners_count":20919484,"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":[],"created_at":"2024-10-09T05:11:30.213Z","updated_at":"2025-10-25T11:16:09.643Z","avatar_url":"https://github.com/knowankit.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-mongo-seed\n\n\u003e A Docker image to seed your Mongo database.\n\n[![](https://images.microbadger.com/badges/image/knowankit/docker-mongo-seed.svg)](https://microbadger.com/images/knowankit/docker-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/knowankit/docker-mongo-seed)\n\n## Installation\n\n```\n$ docker pull knowankit/docker-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  docker-mongo-seed:\n    image: knowankit/docker-mongo-seed\n    environment:\n      - MONGODB_HOST=mongo\n      - MONGODB_PORT=27017\n    volumes:\n      - ./mongo-seed/json:/json\n    depends_on:\n      - mongo\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Fdocker-mongo-seed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknowankit%2Fdocker-mongo-seed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknowankit%2Fdocker-mongo-seed/lists"}