https://github.com/devrezaur/mongodb-with-mongodb-compass-docker-compose
Docker compose file to run MongoDB and Mongo Express using docker.
https://github.com/devrezaur/mongodb-with-mongodb-compass-docker-compose
Last synced: 6 months ago
JSON representation
Docker compose file to run MongoDB and Mongo Express using docker.
- Host: GitHub
- URL: https://github.com/devrezaur/mongodb-with-mongodb-compass-docker-compose
- Owner: DevRezaur
- Created: 2024-11-19T06:03:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T06:57:59.000Z (over 1 year ago)
- Last Synced: 2025-02-06T23:19:12.322Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Blog Post: [Deploying MongoDB & MongoExpress with Docker Compose: A Step By Step Guide](https://medium.com/@rezaur.official/deploying-mongodb-mongoexpress-with-docker-compose-a-step-by-step-guide-3e883d9ed602)
## Run The Compose File
To run the MongoDB and MongoExpress stack, follow these simple steps:
* Save the `docker-compose.yml` file in your project directory.
* Open a terminal in the same directory and run:
```
docker-compose up -d
```
* Verify the services are running:
```
docker ps
```