tulikavijay / CBT-therapy

Web application for Diagnosis of Depression and Treatment of Depression using CBT therapy.
https://nameless-island-79297.herokuapp.com/
23 stars 21 forks source link

[ISSUE-11] Adding support to run the web application via docker-compose #17

Closed apoclyps closed 5 years ago

apoclyps commented 5 years ago

What's Changed

Adds support to run the application with docker using docker-compose.

image

Technical Description

Running the application with docker allows for new developers to the project to quickly get set up with a working environment (with the assumption they have docker installed) using the docker-compose up --build command.

The application running within docker on http://localhost:8000:

image

Resolves #11 and opens #12

tulikavijay commented 5 years ago

Thankyou for working on this so fast!