An open API service indexing awesome lists of open source software.

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.

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
```