Docker compose configuration for a Flask / MongoDb application.
- Name: Docker-Flask_MongoDb
- Version: 1.0
- Author: Amos Garner
- License: MIT
- Clone the repository:
git clone [email protected]:AmosGarner/Docker-Flask_MongoDb.git - Change into the project directory:
cd Docker-Flask_MongoDb - Build the docker-compose file:
docker-compose build - Run Docker Up:
docker-compose up - Your app should now be avaialbe at:
http://localhost:5000/
- Docker and docker-compose