{"id":24707695,"url":"https://github.com/bengabp/mongodbdocker","last_synced_at":"2026-04-04T16:33:29.901Z","repository":{"id":191893188,"uuid":"685621647","full_name":"bengabp/MongodbDocker","owner":"bengabp","description":"Deploy a mongodb server through a docker container","archived":false,"fork":false,"pushed_at":"2024-02-29T11:48:27.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T05:27:50.551Z","etag":null,"topics":["docker","docker-compose"],"latest_commit_sha":null,"homepage":"","language":"Python","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/bengabp.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}},"created_at":"2023-08-31T16:31:08.000Z","updated_at":"2023-08-31T16:40:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"3aae9a9e-2476-4a6b-932c-a909752d147c","html_url":"https://github.com/bengabp/MongodbDocker","commit_stats":null,"previous_names":["bengabp/mongodbdocker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bengabp/MongodbDocker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2FMongodbDocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2FMongodbDocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2FMongodbDocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2FMongodbDocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bengabp","download_url":"https://codeload.github.com/bengabp/MongodbDocker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bengabp%2FMongodbDocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-compose"],"created_at":"2025-01-27T06:18:29.739Z","updated_at":"2026-04-04T16:33:29.881Z","avatar_url":"https://github.com/bengabp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MongodbDocker\n\nDeploy a mongodb server through a docker container using one command\n\n## Installing Docker and Docker-compose\nIf you run linux you can install docker using this commandline\n```commandline\nsudo apt install-get docker.io\n```\nYou may also get issues connecting the docker service.\nThe problem is that you need to add the current user into the docker group so that they can run the `docker` command without appending `sudo` \n```commandline\n# Create docker group\nsudo groupadd docker\n\n# Add user to docker group\nsudo usermod -aG docker ${USER}\n\n#RE-authenticate user\nsu -s ${USER}\n```\n\n## Install docker-compose\n```commandline\nsudo apt install -y docker-compose\n```\n\n## Deploy docker container\n```commandline\ngit clone https://github.com/bengabp/MongodbDocker.git\ncd MongodbDocker/\ndocker-compose up -d --build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengabp%2Fmongodbdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbengabp%2Fmongodbdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbengabp%2Fmongodbdocker/lists"}