melisMirza / Covitter

Repository of SWE 573 project
0 stars 0 forks source link

Dockerize the Django Application #15

Closed melisMirza closed 3 years ago

melisMirza commented 3 years ago

Dockerize a trial django application.

Main purpose is to understand the docker-compose.yaml, requirements.txt and containerization of the application.

Run the application using Docker.

melisMirza commented 3 years ago

Requirements.txt is created. django and pysgre is included dockerfile is taken directly from the docker page. docker-compose.yaml is created to include 2 images; postgresql and django. Dependency is set between them.

Successfully runs on local machine using docker compose up command.