{"id":14956753,"url":"https://github.com/christopheratkinson/docker-compose-mongo-express","last_synced_at":"2026-03-07T02:04:41.158Z","repository":{"id":248851007,"uuid":"829929622","full_name":"ChristopherAtkinson/docker-compose-mongo-express","owner":"ChristopherAtkinson","description":"This repository provides a Docker Compose configuration to set up a local environment with MongoDB and Mongo Express. It includes a basic setup with default credentials, allowing for easy development and testing. MongoDB serves as the database, while Mongo Express offers a user-friendly web interface to interact with your MongoDB instance.","archived":false,"fork":false,"pushed_at":"2024-07-17T09:47:23.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T08:11:48.838Z","etag":null,"topics":["database","development-environment","docker","docker-compose","mongo","mongo-express"],"latest_commit_sha":null,"homepage":"","language":null,"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/ChristopherAtkinson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2024-07-17T09:17:03.000Z","updated_at":"2024-07-17T09:55:53.000Z","dependencies_parsed_at":"2024-07-17T13:49:04.316Z","dependency_job_id":null,"html_url":"https://github.com/ChristopherAtkinson/docker-compose-mongo-express","commit_stats":null,"previous_names":["christopheratkinson/docker-compose-mongo-express"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherAtkinson%2Fdocker-compose-mongo-express","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherAtkinson%2Fdocker-compose-mongo-express/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherAtkinson%2Fdocker-compose-mongo-express/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChristopherAtkinson%2Fdocker-compose-mongo-express/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChristopherAtkinson","download_url":"https://codeload.github.com/ChristopherAtkinson/docker-compose-mongo-express/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809619,"owners_count":20023787,"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":["database","development-environment","docker","docker-compose","mongo","mongo-express"],"created_at":"2024-09-24T13:13:26.531Z","updated_at":"2026-03-07T02:04:41.124Z","avatar_url":"https://github.com/ChristopherAtkinson.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e Distributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n# Docker Compose with Mongo Express\n\nThis repository provides a Docker Compose configuration to set up a local environment with MongoDB and Mongo Express. It includes a basic setup with default credentials, allowing for easy development and testing. MongoDB serves as the database, while Mongo Express offers a user-friendly web interface to interact with your MongoDB instance.\n\n## Cloning Repository\n\n```console\n$ git clone https://github.com/ChristopherAtkinson/docker-compose-mongo-express.git\n```\n\n```console\n$ cd docker-compose-mongo-express\n```\n\n## Running Development Database\n\nDocker Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration.\n\n```console\n$ docker compose up -d\n\n  [+] Running 3/3\n   ✔ Network docker-compose-mongo-express_mongo-compose-network  Created\n   ✔ Container mongo                                             Healthy\n   ✔ Container mongo-express                                     Started\n```\n\n\u003e [!NOTE]\n\u003e This command does the work of the docker-compose build and docker-compose run commands. It builds the images if they are not located locally and starts the containers. If images are already built, it will fork the container directly.\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopheratkinson%2Fdocker-compose-mongo-express","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristopheratkinson%2Fdocker-compose-mongo-express","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristopheratkinson%2Fdocker-compose-mongo-express/lists"}