Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 524 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 524 Bytes

mongoDB Serivce Documentation

Service Author

Ron Arbo

Description

Note: This service and the service in the "mongoEvents" directory are identical This service will create an instance of a mongoDB database to be accessed by our Flask services. They are created using the default mongoDB image from DockerHub. The only other thing we do in our Dockerfile is expose port 27017, the default port for mongoDB. This (along with docker-compose networking), allow our Flask applications to access the instance of mongoDB.